mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
factorio: fix review comments
This commit is contained in:
parent
c6e6d44fe5
commit
5faeb3ba2d
2 changed files with 5 additions and 3 deletions
|
@ -140,7 +140,9 @@ in
|
|||
type = types.nullOr types.path;
|
||||
default = null;
|
||||
description = lib.mdDoc ''
|
||||
Mods settings can be changed by specifying a dat file.
|
||||
Mods settings can be changed by specifying a dat file, in the [mod
|
||||
settings file
|
||||
format](https://wiki.factorio.com/Mod_settings_file_format).
|
||||
'';
|
||||
};
|
||||
game-name = mkOption {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue