mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
flake check: Recognize well known homeModule/homeModules attributes
This commit is contained in:
parent
49c6f34911
commit
80ba7778e7
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