mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-05-18 14:06:03 +00:00
5 lines
164 B
Bash
5 lines
164 B
Bash
export PATH=/usr/bin:/bin
|
|
|
|
mkdir $out
|
|
|
|
sed -e "s^@initialPath@^/usr /^" -e "s^@preHook@^^" -e "s^@postHook@^^" -e "s^@shell@^/bin/sh^" < $stdenvScript > $out/setup
|