mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 18:19:11 +00:00
flake-parts/setups: correct documentation
This commit is contained in:
parent
412c663648
commit
8eb337cefc
@ -6,7 +6,7 @@
|
|||||||
defaultText = "config.systems";
|
defaultText = "config.systems";
|
||||||
example = [ "x86_64-linux" "aarch64-linux" ];
|
example = [ "x86_64-linux" "aarch64-linux" ];
|
||||||
description = ''
|
description = ''
|
||||||
A list of platforms that the NixOS configuration is supposed to be
|
A list of platforms that the environment config is supposed to be
|
||||||
deployed on.
|
deployed on.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -15,7 +15,7 @@
|
|||||||
type = with lib.types; listOf raw;
|
type = with lib.types; listOf raw;
|
||||||
default = [ ];
|
default = [ ];
|
||||||
description = ''
|
description = ''
|
||||||
A list of NixOS modules specific for that host.
|
A list of modules specific for that environment.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
description = ''
|
description = ''
|
||||||
The name of the NixVim configuration from
|
The name of the NixVim configuration from
|
||||||
{option}`setups.nixvim.configs.<name>` to be included as part
|
{option}`setups.nixvim.configs.<name>` to be included as part
|
||||||
of the NixOS system.
|
of the wider-scoped environment.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user