diff --git a/flake.nix b/flake.nix index 6795dae5..c16f5396 100644 --- a/flake.nix +++ b/flake.nix @@ -20,9 +20,12 @@ (final: prev: { hapistrano = final.haskell-nix.cabalProject' { - src = ./.; + src = pkgs.haskell-nix.haskellLib.cleanGit { + name = "hapistrano"; + src = ./.; + }; compiler-nix-name = "ghc8107"; - shell.buildInputs = [ + buildInputs = [ pkgs.zsh ]; };