Make the stateDir and storeDir available for substitution into the tools
svn path=/nixos/trunk/; revision=30105
This commit is contained in:
parent
09cf6ce70c
commit
a16d43a8ac
@ -10,6 +10,7 @@ let
|
|||||||
makeProg = args: pkgs.substituteAll (args // {
|
makeProg = args: pkgs.substituteAll (args // {
|
||||||
dir = "bin";
|
dir = "bin";
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
|
inherit (config.nixpkgs.config.nix) storeDir stateDir;
|
||||||
});
|
});
|
||||||
|
|
||||||
nixosBuildVMS = makeProg {
|
nixosBuildVMS = makeProg {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user