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 9ed2ac1 + a220b6b commit ff81ac9Copy full SHA for ff81ac9
1 file changed
default.nix
@@ -45,7 +45,7 @@ let
45
} else {
46
})
47
else if info.type == "path" then
48
- { outPath = builtins.path { path = info.path; };
+ { outPath = builtins.path { path = info.path; sha256 = info.narHash; };
49
narHash = info.narHash;
50
}
51
else if info.type == "tarball" then
0 commit comments