2006-03-10 14:32:54 +01:00
|
|
|
source $stdenv/setup
|
|
|
|
|
|
|
|
ensureDir $out
|
|
|
|
|
2006-03-15 16:51:32 +01:00
|
|
|
sed -e "s^@bash\@^$bash^g" \
|
|
|
|
-e "s^@sshd\@^$ssh^g" \
|
|
|
|
-e "s^@initscripts\@^$initscripts^g" \
|
|
|
|
-e "s^@coreutils\@^$coreutils^g" \
|
|
|
|
-e "s^@nixpkgs\@^$nixpkgs^g" \
|
|
|
|
-e "s^@nix\@^$nix^g" \
|
|
|
|
< $functions > $out/$nicename
|