Added Nix CI
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{ pkgs ? import <nixpkgs> {}
|
||||
}:
|
||||
pkgs.haskellPackages.developPackage {
|
||||
root = ./.;
|
||||
}
|
||||
Reference in New Issue
Block a user