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