parent
56c843946f
commit
9797139cbb
pkgs/build-support/docker
|
@ -109,7 +109,7 @@ rec {
|
|||
'';
|
||||
|
||||
# We need to sum layer.tar, not a directory, hence tarsum instead of nix-hash.
|
||||
# And we cannot untar it, because then we cannot preserve permissions ecc.
|
||||
# And we cannot untar it, because then we cannot preserve permissions etc.
|
||||
tarsum = runCommand "tarsum" {
|
||||
nativeBuildInputs = [ go ];
|
||||
} ''
|
||||
|
|
Loading…
Reference in New Issue