dockerTools: typo

Italian.
This commit is contained in:
Robert Hensing 2021-01-15 14:22:34 +01:00
parent 56c843946f
commit 9797139cbb

View file

@ -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 ];
} ''