fix ignoring inline serviceDefs

inherit nit
This commit is contained in:
atagen 2025-02-06 11:35:09 +11:00
parent 242343a839
commit 9248cc0945

View File

@ -10,6 +10,7 @@
{
services ? { },
imports ? [ ],
serviceDefs ? { },
...
}@args:
let
@ -30,7 +31,7 @@ let
./ides.nix
# service config and build params
(_: {
inherit services auto;
inherit services serviceDefs auto;
_buildIdes.shellFn = shell;
_buildIdes.shellArgs = shellArgs;
})