From 6572865e61fa8d89ff8644d0087ca153a0c05011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Sun, 24 Jul 2022 18:33:05 +0200 Subject: [PATCH] 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 --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 790bad9..abc01b6 100644 --- a/flake.nix +++ b/flake.nix @@ -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; - }; }; }); }