mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
singularity-tools.buildImage: fix building from non-standard store paths
This commit is contained in:
parent
22a500a3f8
commit
777a4ba508
@ -73,7 +73,7 @@ rec {
|
||||
''}
|
||||
|
||||
# Build /bin and copy across closure
|
||||
mkdir -p bin nix/store
|
||||
mkdir -p bin ./${builtins.storeDir}
|
||||
for f in $(cat $layerClosure) ; do
|
||||
cp -ar $f ./$f
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user