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
@@ -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"
];
};