Author: shlevy
Date: Sat Oct 29 22:00:25 2011
New Revision: 30105
URL: https://nixos.org/websvn/nix/?rev=30105&sc=1

Log:
Make the stateDir and storeDir available for substitution into the tools

Modified:
   nixos/trunk/modules/installer/tools/tools.nix

Modified: nixos/trunk/modules/installer/tools/tools.nix
==============================================================================
--- nixos/trunk/modules/installer/tools/tools.nix       Sat Oct 29 21:03:57 
2011        (r30104)
+++ nixos/trunk/modules/installer/tools/tools.nix       Sat Oct 29 22:00:25 
2011        (r30105)
@@ -10,6 +10,7 @@
   makeProg = args: pkgs.substituteAll (args // {
     dir = "bin";
     isExecutable = true;
+    inherit (config.nixpkgs.config.nix) storeDir stateDir;
   });
 
   nixosBuildVMS = makeProg {
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to