Skip to content

Commit

Permalink
flake check: Recognize well known homeManagerModules attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Jun 5, 2024
1 parent 49c6f34 commit 9b76b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nix/flake.cc
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ struct CmdFlakeCheck : FlakeCommand
|| name == "flakeModules"
|| name == "herculesCI"
|| name == "homeConfigurations"
|| name == "homeManagerModule"
|| name == "homeManagerModules"
|| name == "nixopsConfigurations"
)
// Known but unchecked community attribute
Expand Down

0 comments on commit 9b76b9f

Please sign in to comment.