added nix support
This commit is contained in:
parent
cc77fee048
commit
cb9ae44ec4
6 changed files with 112 additions and 3 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.haskellPackages.ghc
|
||||
pkgs.haskellPackages.stack
|
||||
pkgs.haskellPackages.yesod
|
||||
pkgs.haskellPackages.yesod-bin
|
||||
pkgs.haskellPackages.haskell-language-server
|
||||
pkgs.zlib
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue