diff --git a/flake.nix b/flake.nix index 79531f5..9ad3d16 100644 --- a/flake.nix +++ b/flake.nix @@ -117,7 +117,7 @@ (system == "x86_64-linux" ) { runCommandHook = { newalan = pkgs.runCommand "New Alan Deployscript" { - nativeBuildInputs = builtins.attrValues checks; + nativeBuildInputs = [newalan]; } '' cat << 'DOC' >> $out #!${pkgs.runtimeShell}