mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
6 lines
164 B
Bash
6 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
|