0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

* Refactoring.

svn path=/nixos/trunk/; revision=7156
This commit is contained in:
Eelco Dolstra 2006-11-28 10:45:21 +00:00
parent 0817c307dc
commit 5c89e891df
22 changed files with 31 additions and 31 deletions

View file

@ -0,0 +1,10 @@
graph="$1"
while read storePath; do
echo $storePath
read deriver
read count
for ((i = 0; i < $count; i++)); do
read ref
done
done < $graph