Use the nix-daemon provided by the nix version install with NixOS.

This remove a dependency on nix-0.12.

svn path=/nixos/branches/fix-style/; revision=14543
This commit is contained in:
Nicolas Pierron 2009-03-15 20:05:36 +00:00
parent aeba0af8dd
commit 313c440174

View File

@ -170,7 +170,7 @@ in
let
binsh = config.system.build.binsh;
nixEnvVars = config.nix.envVars;
inherit (pkgs) nix;
inherit (config.environment) nix;
in
{