Oxidize system with uutils

This commit is contained in:
Bun 2025-03-16 13:02:41 -04:00
parent fd040ca62b
commit 5b14c780cd
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ ... }:
{ pkgs, ... }:
{
environment = {
defaultPackages = [ ];
defaultPackages = with pkgs; [ uutils-coreutils-noprefix ];
stub-ld.enable = false;
};