From 10f3d042870f3c9c4183903d1f93ef6de01ca1f9 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Sun, 23 Jun 2024 21:34:17 -0500 Subject: [PATCH] Build inputs --- flake.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 ]; };