mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(ci): disable kasen builds
needs an aarch64-linux builder first!
This commit is contained in:
parent
9dd6c7326a
commit
06471a7b34
5 changed files with 22 additions and 3 deletions
|
|
@ -6,10 +6,11 @@
|
|||
in rec {
|
||||
default = nixlib.composeManyExtensions [
|
||||
barcodebuddy
|
||||
minecraft
|
||||
krb5
|
||||
minecraft
|
||||
nfs
|
||||
nginx
|
||||
openwebrx
|
||||
samba
|
||||
];
|
||||
barcodebuddy = import ./barcodebuddy.nix;
|
||||
|
|
@ -18,6 +19,7 @@ in rec {
|
|||
nfs = import ./nfs.nix;
|
||||
nginx = import ./nginx.nix;
|
||||
samba = import ./samba.nix;
|
||||
openwebrx = import ./openwebrxplus.nix;
|
||||
deploy-rs = inputs.deploy-rs.overlays.default or inputs.deploy-rs.overlay;
|
||||
arc = inputs.arcexprs.overlays.default;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue