Skip to content

Commit

Permalink
lib/modules.nix: Dress up a select-or expression
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Apr 10, 2023
1 parent 27629b3 commit 2f7c660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ let

merged =
let collected = collectModules
specialArgs.class or null
(specialArgs.class or null)
(specialArgs.modulesPath or "")
(regularModules ++ [ internalModule ])
({ inherit lib options config specialArgs; } // specialArgs);
Expand Down

0 comments on commit 2f7c660

Please sign in to comment.