diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2023-07-12 14:04:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 14:04:09 +0200 |
| commit | 20a1f182aed3d2bbc72f62f5814fc3dd34a1cf0c (patch) | |
| tree | 01c4a5cf17168b3dffc137ed0b5b3d1fcd79c426 | |
| parent | 0982e9ab209aee459ed3331ab4eadbb4d8a023e1 (diff) | |
| parent | cafde12713f31372ae900d7225f0279a8ab72d73 (diff) | |
Merge pull request #267 from nix-community/getent
| -rw-r--r-- | flake.lock | 12 | ||||
| -rw-r--r-- | scripts/syschdemd.nix | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -21,11 +21,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1685518550, - "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", + "lastModified": 1689068808, + "narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=", "owner": "numtide", "repo": "flake-utils", - "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", + "rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4", "type": "github" }, "original": { @@ -36,11 +36,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1686929285, - "narHash": "sha256-WGtVzn+vGMPTXDO0DMNKVFtf+zUSqeW+KKk4Y/Ae99I=", + "lastModified": 1688392541, + "narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "93fddcf640ceca0be331210ba3101cee9d91c13d", + "rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b", "type": "github" }, "original": { 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 |
