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:
parent
0817c307dc
commit
5c89e891df
22 changed files with 31 additions and 31 deletions
10
helpers/paths-from-graph.sh
Normal file
10
helpers/paths-from-graph.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue