mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 07:16:17 +02:00
Merge pull request #10858 from elohmeier/master
flake check: Recognize well known homeModule/homeModules attribute
This commit is contained in:
commit
9d34815cb6
1 changed files with 2 additions and 0 deletions
|
@ -771,6 +771,8 @@ struct CmdFlakeCheck : FlakeCommand
|
|||
|| name == "flakeModules"
|
||||
|| name == "herculesCI"
|
||||
|| name == "homeConfigurations"
|
||||
|| name == "homeModule"
|
||||
|| name == "homeModules"
|
||||
|| name == "nixopsConfigurations"
|
||||
)
|
||||
// Known but unchecked community attribute
|
||||
|
|
Loading…
Reference in a new issue