mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 16:46:09 +00:00
* Doh!
svn path=/nixos/trunk/; revision=12016
This commit is contained in:
parent
6d380a8ce8
commit
8cad20e1c9
|
@ -35,7 +35,7 @@ NIXOS_CONFIG=${NIXOS_CONFIG:-/etc/nixos/configuration.nix}
|
|||
# This matters if the new Nix in Nixpkgs has a schema change. It
|
||||
# would upgrade the schema, which should only happen once we actually
|
||||
# switch to the new configuration.
|
||||
if initctl status nix-daemonn 2>&1 | grep -q ' running'; then
|
||||
if initctl status nix-daemon 2>&1 | grep -q ' running'; then
|
||||
export NIX_REMOTE=${NIX_REMOTE:-daemon}
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue