mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 14:40:07 +03:00
unbound-full: init
This commit is contained in:
parent
a40f86e390
commit
bd6ef5bee1
@ -8989,6 +8989,11 @@ in
|
||||
withSystemd = true;
|
||||
};
|
||||
|
||||
unbound-full = unbound.override {
|
||||
withSystemd = true;
|
||||
withDoH = true;
|
||||
};
|
||||
|
||||
unicorn = callPackage ../development/libraries/unicorn { };
|
||||
|
||||
units = callPackage ../tools/misc/units {
|
||||
|
Loading…
Reference in New Issue
Block a user