mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
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 New Issue
Block a user