mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
flake check: Recognize well known homeModule/homeModules attributes
(cherry picked from commit 80ba7778e7
)
This commit is contained in:
parent
283d68c4c7
commit
0a78a55d51
1 changed files with 2 additions and 0 deletions
|
@ -770,6 +770,8 @@ struct CmdFlakeCheck : FlakeCommand
|
|||
|| name == "flakeModules"
|
||||
|| name == "herculesCI"
|
||||
|| name == "homeConfigurations"
|
||||
|| name == "homeModule"
|
||||
|| name == "homeModules"
|
||||
|| name == "nixopsConfigurations"
|
||||
)
|
||||
// Known but unchecked community attribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue