Added Nix CI

This commit is contained in:
sdiehl
2020-01-04 23:02:48 +00:00
parent e7a8e99f3f
commit af6cabe185
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> {}
}:
pkgs.haskellPackages.developPackage {
root = ./.;
}