diff options
Diffstat (limited to 'users/glittershark/xanthous/pkg.nix')
-rw-r--r-- | users/glittershark/xanthous/pkg.nix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/users/glittershark/xanthous/pkg.nix b/users/glittershark/xanthous/pkg.nix deleted file mode 100644 index 16a6500866a7..000000000000 --- a/users/glittershark/xanthous/pkg.nix +++ /dev/null @@ -1,16 +0,0 @@ -{ depot ? (import ../../../. {}) -, pkgs ? depot.third_party.nixpkgs -, ... }: - -let - ignore = depot.third_party.gitignoreSource.gitignoreFilter ./.; -in import (pkgs.haskellPackages.haskellSrc2nix { - name = "xanthous"; - src = builtins.path { - name = "xanthous-source"; - path = ./.; - filter = path: type: ignore path type - || builtins.baseNameOf path == "package.yaml"; - }; - extraCabal2nixOptions = "--hpack"; -}) |