forked from mirrors/nixpkgs
dockerTools: typo
Italian.
This commit is contained in:
parent
56c843946f
commit
9797139cbb
|
@ -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 a new issue