Apply suggestions from code review

This commit is contained in:
Nicolas Patry 2025-03-13 11:26:28 +01:00 committed by GitHub
parent 033efc40db
commit 1e3f34b106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,10 +10,6 @@
let
build = if stream then dockerTools.streamLayeredImage else dockerTools.buildLayeredImage;
in
# tmp = runCommand "tmp" { } ''
# mkdir $out
# mkdir -m 1777 $out/tmp
# '';
build {
name = "tgi-docker";
tag = "latest";