From cafde12713f31372ae900d7225f0279a8ab72d73 Mon Sep 17 00:00:00 2001 From: nzbr Date: Wed, 12 Jul 2023 06:22:51 +0200 Subject: fix: getent missing on nixos-unstable --- scripts/syschdemd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/syschdemd.nix b/scripts/syschdemd.nix index 88b84e6..06ba653 100644 --- a/scripts/syschdemd.nix +++ b/scripts/syschdemd.nix @@ -3,7 +3,7 @@ , lib , coreutils , daemonize -, glibc +, getent , gnugrep , systemd , util-linux @@ -43,7 +43,7 @@ mkWrappedScript { "/run/wrappers" # mount coreutils daemonize - glibc # getent + getent gnugrep systemd # machinectl util-linux # nsenter, runuser -- cgit v1.2.3