A phase that simply saves current exported vars for debugging use
svn path=/nixpkgs/trunk/; revision=27338
This commit is contained in:
parent
317d2663d7
commit
df54eb7a92
@ -335,6 +335,8 @@ let inherit (builtins) head tail trace; in
|
||||
|
||||
doDump = n: noDepEntry "echo Dump number ${n}; set";
|
||||
|
||||
saveEnv = noDepEntry ''export > $TMP/env-vars'';
|
||||
|
||||
doDumpBuildInputs = noDepEntry (''
|
||||
echo "${toString realBuildInputs}"
|
||||
'');
|
||||
|
Loading…
Reference in New Issue
Block a user