Oxidize system with uutils
This commit is contained in:
parent
fd040ca62b
commit
5b14c780cd
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment = {
|
||||
defaultPackages = [ ];
|
||||
defaultPackages = with pkgs; [ uutils-coreutils-noprefix ];
|
||||
stub-ld.enable = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue