From 640109c5b947fbc6c1661a53a5f0b423f3f3c497 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 22 May 2025 23:17:10 +0200 Subject: [PATCH] Try out rust coreutils --- hosts/shared.nix | 1 + 1 file changed, 1 insertion(+) 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;