Skip to content

Commit

Permalink
dockerTools: typo
Browse files Browse the repository at this point in the history
Italian.
  • Loading branch information
roberth committed Jan 15, 2021
1 parent 56c8439 commit 9797139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
} ''
Expand Down

0 comments on commit 9797139

Please sign in to comment.