mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 18:19:10 +00:00
flake-parts/setups: correct documentation
This commit is contained in:
parent
412c663648
commit
8eb337cefc
@ -6,7 +6,7 @@
|
||||
defaultText = "config.systems";
|
||||
example = [ "x86_64-linux" "aarch64-linux" ];
|
||||
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.
|
||||
'';
|
||||
};
|
||||
@ -15,7 +15,7 @@
|
||||
type = with lib.types; listOf raw;
|
||||
default = [ ];
|
||||
description = ''
|
||||
A list of NixOS modules specific for that host.
|
||||
A list of modules specific for that environment.
|
||||
'';
|
||||
};
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
description = ''
|
||||
The name of the NixVim configuration from
|
||||
{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