1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-29 05:31:00 +01:00

* The new normaliser now passes the unit tests.

This commit is contained in:
Eelco Dolstra 2003-07-15 21:24:05 +00:00
parent f5b6fa5256
commit 7b3f44e05b
7 changed files with 179 additions and 34 deletions

View file

@ -5,4 +5,4 @@ echo "builder 2"
mkdir $out || exit 1
cd $out || exit 1
echo "Hallo Wereld" > bla
cat $src >> bla
echo $builder >> bla