Skip to content

Commit e0cfd0a

Browse files
committed
fix(nix): re-add coreutils input
as `update-systemd-resolved` may use the `id` executable when generating polkit rules.
1 parent cec5187 commit e0cfd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
packages.default = config.packages.update-systemd-resolved;
99

1010
packages.update-systemd-resolved = pkgs.update-systemd-resolved.overrideAttrs (oldAttrs: let
11-
buildInputs = with pkgs; [iproute2 systemd util-linux];
11+
buildInputs = with pkgs; [coreutils iproute2 systemd util-linux];
1212
in {
1313
src = self;
1414

0 commit comments

Comments
 (0)