There was an error while loading. Please reload this page.
1 parent e24651e commit a84fbddCopy full SHA for a84fbdd
1 file changed
flake.nix
@@ -16,11 +16,11 @@
16
# This overlay adds our project to pkgs
17
fission =
18
final.haskell-nix.project' {
19
- # src = pkgs.haskell-nix.haskellLib.cleanGit { name = "fission"; src = ./.; };
20
- src = ./.;
+ src = pkgs.haskell-nix.haskellLib.cleanSourceWith { name = "fission"; src = ./.; };
21
compiler-nix-name = "ghc8107";
22
stack-sha256 = "029kzhvljx3x13ngmb1mvf4ljf75l3ngnj95n3gxmbj7a211xs3c";
23
materialized = ./nix/materialized;
+
24
# NOTE: Currently handling devShells separately from haskell.nix
25
#
26
# shell.tools = {
0 commit comments