forked from dan/liminix
secrets subscriber: add provider as dep to controlled service
This commit is contained in:
parent
14abdd9998
commit
e590c0ad3f
@ -46,5 +46,6 @@ in service.overrideAttrs(o: {
|
||||
buildInputs = (lim.orEmpty o.buildInputs) ++
|
||||
optional (watched-service != null) watcher;
|
||||
dependencies = (lim.orEmpty o.dependencies) ++
|
||||
optional (watched-service != null) watcher;
|
||||
optional (watched-service != null) watcher ++
|
||||
optional (watched-service != null) watched-service;
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user