ea9c35d3cc2e ^
1bdceb421fe0 ^
1 2 3 4 5 6 7 8 9 10 11 12
13
source common.sh file=./add.sh path=$($nixstore --add $file) echo $path hash=$($nixstore -q --hash $path) echo $hash test "$hash" = "sha256:$($nixhash --type sha256 --base32 $file)"