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 ''; }; });