Skip to content

Commit

Permalink
fix(nix): re-add coreutils input
Browse files Browse the repository at this point in the history
as `update-systemd-resolved` may use the `id` executable when generating
polkit rules.
  • Loading branch information
tomeon committed Aug 4, 2023
1 parent 1f5ca65 commit a29064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
packages.default = config.packages.update-systemd-resolved;

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

Expand Down

0 comments on commit a29064e

Please sign in to comment.