mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
nix-daemon.nix: Shut up warning
This commit is contained in:
parent
27d2857a99
commit
9d0de0dc57
@ -446,7 +446,7 @@ in
|
||||
system.activationScripts.nix = stringAfter [ "etc" "users" ]
|
||||
''
|
||||
# Create directories in /nix.
|
||||
${nix}/bin/nix ping-store
|
||||
${nix}/bin/nix ping-store --no-net
|
||||
|
||||
# Subscribe the root user to the NixOS channel by default.
|
||||
if [ ! -e "/root/.nix-channels" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user