From 025d8c895a6d4d01944c083b76edbbe9361f3989 Mon Sep 17 00:00:00 2001 From: nzbr Date: Wed, 12 Jul 2023 06:21:16 +0200 Subject: Update flakes --- flake.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index c64206c..0c4d86f 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { -- cgit v1.2.3 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(-) 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