forked from lix-project/lix
Remove stray debug statement
This was causing a failure on macOS. https://hydra.nixos.org/build/130354318
This commit is contained in:
parent
3daa256728
commit
f89fd0bde7
|
@ -258,9 +258,6 @@ docPath=$(nix-store -q --references $outPath)
|
||||||
# +---...-multi-output-doc
|
# +---...-multi-output-doc
|
||||||
|
|
||||||
nix copy --to "file://$cacheDir" $outPath
|
nix copy --to "file://$cacheDir" $outPath
|
||||||
( echo $outPath $docPath
|
|
||||||
find $cacheDir
|
|
||||||
) >/tmp/blurb
|
|
||||||
|
|
||||||
hashpart() {
|
hashpart() {
|
||||||
basename "$1" | cut -c1-32
|
basename "$1" | cut -c1-32
|
||||||
|
|
Loading…
Reference in a new issue