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.
|
# 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" {
|
tarsum = runCommand "tarsum" {
|
||||||
nativeBuildInputs = [ go ];
|
nativeBuildInputs = [ go ];
|
||||||
} ''
|
} ''
|
||||||
|
Loading…
Reference in New Issue
Block a user