1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-12 23:15:08 +02:00

* TDD! Woohoo!

This commit is contained in:
Eelco Dolstra 2006-03-01 14:26:03 +00:00
parent 089c41a0c2
commit b90787290d
5 changed files with 22 additions and 2 deletions

View file

@ -32,3 +32,7 @@ export nixinstantiate=$TOP/src/nix-instantiate/nix-instantiate
export nixstore=$TOP/src/nix-store/nix-store
export nixenv=$TOP/src/nix-env/nix-env
export nixhash=$TOP/src/nix-hash/nix-hash
readLink() {
ls -l "$1" | sed 's/.*->\ //'
}