diff options
Diffstat (limited to 'users/grfn/owothia/default.nix')
-rw-r--r-- | users/grfn/owothia/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/users/grfn/owothia/default.nix b/users/grfn/owothia/default.nix deleted file mode 100644 index b70d0525c152..000000000000 --- a/users/grfn/owothia/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ depot ? (import ../../../. {}) -, pkgs ? depot.third_party.nixpkgs -, ... }: - -let - basePkg = pkgs.haskellPackages.callPackage ./pkg.nix { }; -in - -pkgs.haskell.lib.overrideSrc basePkg { - src = depot.third_party.gitignoreSource ./.; - version = "canon"; -} |