From b3aa8c95281cd700c404dd34b5b07728ae9b00c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Sat, 12 Mar 2022 19:29:12 +0100 Subject: [PATCH] Update Hydra jobs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6dc3385..42b697b 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,7 @@ }; in pkgs.runCommand "container" {} '' mkdir -p $out/nix-support - echo "file oci ${container}" > $out/nix-support/hydra-build-products + echo "file none ${container}" > $out/nix-support/hydra-build-products ''; }; });