coreutils
This commit is contained in:
@@ -13,7 +13,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
configurationLimit = 5;
|
configurationLimit = 5;
|
||||||
extraInstallCommands = ''
|
extraInstallCommands = ''
|
||||||
${pkgs.coreutils}/bin/echo "timeout 0
|
${pkgs.uutils-coreutils}/bin/echo "timeout 0
|
||||||
console-mode 1
|
console-mode 1
|
||||||
default nixos-*" > /boot/loader/loader.conf
|
default nixos-*" > /boot/loader/loader.conf
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
nix
|
nix
|
||||||
git
|
git
|
||||||
coreutils
|
uutils-coreutils
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user