diff options
Diffstat (limited to 'users/grfn/owothia/shell.nix')
-rw-r--r-- | users/grfn/owothia/shell.nix | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/users/grfn/owothia/shell.nix b/users/grfn/owothia/shell.nix deleted file mode 100644 index 1ad70c907baa..000000000000 --- a/users/grfn/owothia/shell.nix +++ /dev/null @@ -1,22 +0,0 @@ -{ pkgs ? (import ../../../. {}).third_party, ... }: - -let - inherit (pkgs) - haskellPackages - haskell - gitignoreSource - ; -in - -(haskellPackages.extend (haskell.lib.packageSourceOverrides { - owothia = gitignoreSource ./.; -})).shellFor { - packages = p: [ p.owothia ]; - withHoogle = true; - doBenchmark = true; - buildInputs = with haskellPackages; [ - cabal-install - hlint - haskell-language-server - ]; -} |