Skip to content

Commit 3b909ae

Browse files
nixos/oci-containers: remove absolute path literals (#513210)
2 parents ae8bb43 + 32981c7 commit 3b909ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nixos/modules/virtualisation/oci-containers.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ let
132132
default = [ ];
133133
description = "Environment files for this container.";
134134
example = [
135-
/path/to/.env
136-
/path/to/.env.secret
135+
"/path/to/.env"
136+
"/path/to/.env.secret"
137137
];
138138
};
139139

0 commit comments

Comments
 (0)