summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorWill Dietz <github@wdtz.org>2018-11-02 03:57:25 -0500
committerGitHub <noreply@github.com>2018-11-02 03:57:25 -0500
commit1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1 (patch)
tree4f3335cdf27a7464fe78b543b1a8a21070ac0db7 /nixos
parent9e23f72ce7382b03a00ff8bc13a6f3d45ac7abf3 (diff)
parent8c717a5701c780cf7fb95a553fb5a7e81eccd080 (diff)
downloadnixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.tar
nixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.tar.gz
nixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.tar.bz2
nixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.tar.lz
nixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.tar.xz
nixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.tar.zst
nixlib-1fe7abcf2e93f19cf0e2e14160867f4d8e3a28e1.zip
Merge pull request #49513 from dtzWill/fix/activation-nscd-path
activation-script: add libc to path to provide nscd when needed
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/activation/activation-script.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/system/activation/activation-script.nix b/nixos/modules/system/activation/activation-script.nix
index 0ed7c0f53eb9..74c150a848d1 100644
--- a/nixos/modules/system/activation/activation-script.nix
+++ b/nixos/modules/system/activation/activation-script.nix
@@ -22,6 +22,7 @@ let
       gnugrep
       findutils
       getent
+      stdenv.cc.libc # nscd in update-users-groups.pl
       shadow
       nettools # needed for hostname
       utillinux # needed for mount and mountpoint