You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/materialize.nix
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ let
36
36
thenbuiltins.trace("Warning: ignoring materialized for "+name+" "+reason)x
37
37
elsex;
38
38
39
+
traceWhenChecking=message: x:
40
+
ifcheckMaterialization
41
+
thenbuiltins.tracemessagex
42
+
elsex;
43
+
39
44
unchecked=
40
45
let
41
46
sha256message="${name}: To make ${this} a fixed-output derivation but not materialized, set `${sha256Arg}` to the output of the 'calculateMaterializedSha' script in 'passthru'.";
@@ -50,10 +55,10 @@ let
50
55
elseifsha256!=null
51
56
then
52
57
# Let the user know how to materialize if they want to.
0 commit comments