Skip to content

Commit e9a57b5

Browse files
authored
Merge pull request #719 from michaelvanstraten/expose-extend-modules
feat: expose `extendModules` to allow for module overrides
2 parents 3dd6ed7 + 67cbb7a commit e9a57b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/run.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ let
3232

3333
in
3434
project.config.run // {
35-
inherit (project) config;
35+
inherit (project) config extendModules;
3636
inherit (project.config) enabledPackages shellHook;
3737
}

0 commit comments

Comments
 (0)