Commit 32981c7b authored by Ameer Taweel's avatar Ameer Taweel
Browse files

nixos/oci-containers: remove absolute path literals

parent fc63774a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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"
          ];
        };