mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/oci-containers: remove absolute path literals (#513210)
This commit is contained in:
commit
3b909aed2f
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue