summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-09-01 17:03:49 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-09-01 17:03:49 +0200
commit2e7cb61cfbe6df23a2e223f98ae61e1a385ea747 (patch)
tree80c64ebf7aa9b8ee8164fbe47aa27a55c29e8c2e /nixos
parentedc13bae5462f7d088897bf6a268cc12c32f1aaf (diff)
parentfd3927ac29fdae933d3007943ad73a5dc81335dc (diff)
downloadnixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.tar
nixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.tar.gz
nixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.tar.bz2
nixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.tar.lz
nixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.tar.xz
nixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.tar.zst
nixlib-2e7cb61cfbe6df23a2e223f98ae61e1a385ea747.zip
Merge #45720: coreutils: split a coreutils-full version
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/config/system-path.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/config/system-path.nix b/nixos/modules/config/system-path.nix
index 361151665018..19c7b7cabfcc 100644
--- a/nixos/modules/config/system-path.nix
+++ b/nixos/modules/config/system-path.nix
@@ -13,7 +13,7 @@ let
       pkgs.attr
       pkgs.bashInteractive # bash with ncurses support
       pkgs.bzip2
-      pkgs.coreutils
+      pkgs.coreutils-full
       pkgs.cpio
       pkgs.curl
       pkgs.diffutils