mirror of
https://github.com/NixOS/nix.git
synced 2025-11-12 13:36:02 +01: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 == "flakeModules"
|
||||||
|| name == "herculesCI"
|
|| name == "herculesCI"
|
||||||
|| name == "homeConfigurations"
|
|| name == "homeConfigurations"
|
||||||
|
|| name == "homeModule"
|
||||||
|
|| name == "homeModules"
|
||||||
|| name == "nixopsConfigurations"
|
|| name == "nixopsConfigurations"
|
||||||
)
|
)
|
||||||
// Known but unchecked community attribute
|
// Known but unchecked community attribute
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue