nixpkgs: Always set nixpkgs.config.{state,store}Dir

This will allow NixOS modules to always refer to config.nixpkgs.config.nix to find the store or state
directory

svn path=/nixos/trunk/; revision=30103
This commit is contained in:
Shea Levy 2011-10-29 18:20:02 +00:00
parent 035ccb8faf
commit 9d496c77ac

@ -70,4 +70,6 @@ in
};
};
config.nixpkgs.config.nix = { storeDir = /nix/store; stateDir = /nix/var; };
}