[hs] Set up new project with cabal/nix
This commit is contained in:
parent
bd2dd9a4f9
commit
22f8efaf0f
4 changed files with 25 additions and 0 deletions
4
hs2/default.nix
Normal file
4
hs2/default.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
pkgs.haskellPackages.developPackage {
|
||||
root = ./.;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue