mirror of
https://github.com/NixOS/nix
synced 2025-06-24 18:01:16 +02:00
docker: reduce duplicates, use coreutils-full
This commit is contained in:
parent
371fcf91c3
commit
5abaf361a4
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ let
|
|||
echo "${channelURL} ${channelName}" > $out${userHome}/.nix-channels
|
||||
|
||||
mkdir -p $out/bin $out/usr/bin
|
||||
ln -s ${pkgs.coreutils}/bin/env $out/usr/bin/env
|
||||
ln -s ${pkgs.coreutils-full}/bin/env $out/usr/bin/env
|
||||
ln -s ${pkgs.bashInteractive}/bin/bash $out/bin/sh
|
||||
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue