nixos/oci-containers: remove absolute path literals (#513210)
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user