Disable run command hook

It's not enabled on the server anyway:
https://github.com/NixOS/hydra/blob/master/doc/manual/src/plugins/RunCommand.md#security-properties
This commit is contained in:
Yannik Rödel 2022-07-24 18:33:05 +02:00
parent 5788960258
commit 6572865e61

View file

@ -144,10 +144,6 @@
ln -s ${containerFile} $out/angestoepselt-site.tar.gz
echo "file oci $out/angestoepselt-site.tar.gz" > $out/nix-support/hydra-build-products
'';
runCommandHooks = {
inherit (base.packages.x86_64-linux) deployToProduction;
};
};
});
}