We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b7467d7 + b356355 commit 0f8974cCopy full SHA for 0f8974c
1 file changed
default.nix
@@ -487,6 +487,7 @@ let
487
in pkgs.runCommand "image-${baseNameOf name}.json"
488
{
489
inherit imageName meta;
490
+ allowSubstitute = false;
491
passthru = {
492
inherit fromImage imageTag;
493
# provide a cheap to evaluate image reference for use with external tools like docker
0 commit comments