From e5509561bfeda0fd74f97372610b6ffb59864bbe Mon Sep 17 00:00:00 2001 From: Hamcha Date: Sat, 30 Mar 2024 22:19:58 +0100 Subject: [PATCH] build: try not compiling the entirety of nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1fa854c..549d4b0 100644 --- a/flake.nix +++ b/flake.nix @@ -54,7 +54,7 @@ # Package with runtime dependencies and environment variable wrappedPackage = pkgs.stdenv.mkDerivation { name = "staxman"; - buildInputs = [ pkgs.arion pkgs.docker-client pkgs.nix pkgs.makeWrapper ]; + buildInputs = [ pkgs.arion pkgs.docker-client pkgs.makeWrapper ]; phases = [ "installPhase" ]; installPhase = ''