mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
treewide: Use makeBinPath
This commit is contained in:
parent
c255395219
commit
74a3a2cd7e
65 changed files with 71 additions and 71 deletions
|
@ -9,7 +9,7 @@ let
|
|||
|
||||
miniInit = ''
|
||||
#!${pkgs.stdenv.shell} -xe
|
||||
export PATH="${pkgs.coreutils}/bin:${pkgs.utillinux}/bin"
|
||||
export PATH="${stdenv.lib.makeBinPath [ pkgs.coreutils pkgs.utillinux ]}"
|
||||
|
||||
mkdir -p /var/run/dbus
|
||||
cat > /etc/passwd <<EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue