Change runCommandhook parent

This commit is contained in:
2023-03-08 23:59:35 -05:00
parent 3c7f21db64
commit b2c9950bd4

View File

@@ -114,12 +114,13 @@
});
};
runCommandHook = {
hydraJobs.runCommandHook = {
newalan = pkgs.writeScript "New Alan CD" ''
echo HIIIII $(date) >> ~/TEST_SCRIPT
echo Wheee
'';
};
packages.default = newalan;
apps.default = flake-utils.lib.mkApp {
@@ -129,10 +130,6 @@
devShells.default = pkgs.mkShell {
inputsFrom = builtins.attrValues self.checks.${system};
# Additional dev-shell environment variables can be set directly
# MY_CUSTOM_DEVELOPMENT_VAR = "something else";
# Extra inputs can be added here
nativeBuildInputs = with pkgs; [
cargo
rustc