Impurity!

This commit is contained in:
2023-03-09 00:24:05 -05:00
parent 375b61df6a
commit b2d13c9a08

View File

@@ -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
'';
};
};