diff options
Diffstat (limited to 'users/glittershark/owothia/default.nix')
-rw-r--r-- | users/glittershark/owothia/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/glittershark/owothia/default.nix b/users/glittershark/owothia/default.nix deleted file mode 100644 index e10098ed943b..000000000000 --- a/users/glittershark/owothia/default.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ depot ? (import ../../../. {}) -, pkgs ? depot.third_party.nixpkgs -, ... }: - -pkgs.haskellPackages.callCabal2nix "owothia" - (depot.third_party.gitignoreSource ./.) { } |