fix: change content to contents in flake Docker config

This commit is contained in:
Lucien Cartier-Tilet 2025-09-02 18:29:48 +02:00
parent fe9f7f0818
commit 0e48545f2c

View File

@ -31,7 +31,7 @@
Env = [ "SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ]; Env = [ "SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" ];
Tag = "latest"; Tag = "latest";
}; };
content = [appRustBuild pkgs.cacert]; contents = [appRustBuild pkgs.cacert];
}; };
in { in {
packages = { packages = {