mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
chore(overlays): trivial builder wrappers
This commit is contained in:
parent
7744e4389d
commit
7017c8c5f9
4 changed files with 134 additions and 13 deletions
|
|
@ -3,6 +3,7 @@
|
|||
in rec {
|
||||
default = nixlib.composeManyExtensions [
|
||||
barcodebuddy
|
||||
builders
|
||||
krb5
|
||||
minecraft
|
||||
nfs
|
||||
|
|
@ -17,6 +18,7 @@ in rec {
|
|||
nginx = import ./nginx.nix;
|
||||
samba = import ./samba.nix;
|
||||
openwebrx = import ./openwebrxplus.nix;
|
||||
builders = import ./builders.nix;
|
||||
deploy-rs = inputs.deploy-rs.overlays.default or inputs.deploy-rs.overlay;
|
||||
systemd2mqtt = inputs.systemd2mqtt.overlays.default;
|
||||
arc = inputs.arcexprs.overlays.default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue