nixos/oci-containers: remove absolute path literals (#513210)

This commit is contained in:
Sandro 2026-04-25 00:09:36 +00:00 committed by GitHub
commit 3b909aed2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,8 +132,8 @@ let
default = [ ];
description = "Environment files for this container.";
example = [
/path/to/.env
/path/to/.env.secret
"/path/to/.env"
"/path/to/.env.secret"
];
};