From f7f0a0b5ff12595a7b2e818553f2fccbc6a8235c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannik=20R=C3=B6del?= Date: Wed, 2 Mar 2022 12:52:30 +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 42b697b..6dc3385 100644 --- a/flake.nix +++ b/flake.nix @@ -97,7 +97,7 @@ }; in pkgs.runCommand "container" {} '' mkdir -p $out/nix-support - echo "file none ${container}" > $out/nix-support/hydra-build-products + echo "file oci ${container}" > $out/nix-support/hydra-build-products ''; }; });