nix: Remove deprecation warning for dockerTools.buildImage { contents }

Signed-off-by: Wolfgang Walther <walther@technowledgy.de>
This commit is contained in:
Wolfgang Walther
2022-10-27 19:29:26 +02:00
committed by Wolfgang Walther
parent 3d2880d40a
commit 88b5966a44
+1 -1
View File
@@ -8,7 +8,7 @@ let
dockerTools.buildImage {
name = "postgrest";
tag = "latest";
contents = postgrest;
copyToRoot = postgrest;
# Set the current time as the image creation date. This makes the build
# non-reproducible, but that should not be an issue for us.