about summary refs log tree commit diff
path: root/users/grfn/owothia/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/owothia/default.nix')
-rw-r--r--users/grfn/owothia/default.nix12
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 b70d0525c1..0000000000
--- 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";
-}