diff --git a/hosts/shared.nix b/hosts/shared.nix index 5c60534..11ec2b1 100644 --- a/hosts/shared.nix +++ b/hosts/shared.nix @@ -73,6 +73,7 @@ pkgs.git pkgs.just pkgs.nh + (lib.hiPrio pkgs.uutils-coreutils-noprefix) ]; nixpkgs.config.allowUnfree = true;