From b2d13c9a0828c17787d2e322c7cf601d5449a9a5 Mon Sep 17 00:00:00 2001 From: "DavidCrompton1192@gmail.com" Date: Thu, 9 Mar 2023 00:24:05 -0500 Subject: [PATCH] Impurity! --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index eea2717..db48f14 100644 --- a/flake.nix +++ b/flake.nix @@ -118,12 +118,10 @@ inherit newalan; runCommandHook = { - recurseForDerivations = true; - example = pkgs.writeScript "run-me" '' #!${pkgs.runtimeShell} - ${pkgs.jq}/bin/jq . "$HYDRA_JSON" + ${pkgs.jq}/bin/jq . "$HYDRA_JSON" > ~/test.json ''; }; };