fix ignoring inline serviceDefs
inherit nit
This commit is contained in:
parent
242343a839
commit
9248cc0945
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue