mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
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:
parent
aeba0af8dd
commit
313c440174
@ -170,7 +170,7 @@ in
|
||||
let
|
||||
binsh = config.system.build.binsh;
|
||||
nixEnvVars = config.nix.envVars;
|
||||
inherit (pkgs) nix;
|
||||
inherit (config.environment) nix;
|
||||
in
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user