mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: disable koishi and goliath builds
This commit is contained in:
parent
3711f73f2f
commit
a4259bcbd0
3 changed files with 2 additions and 122 deletions
|
|
@ -107,6 +107,7 @@ _: let
|
|||
};
|
||||
in {
|
||||
arch = "x86_64";
|
||||
ci.enable = false; # System currently not used
|
||||
type = "NixOS";
|
||||
modules = [
|
||||
hostConfig
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ _: let
|
|||
};
|
||||
in {
|
||||
arch = "x86_64";
|
||||
ci.enable = false; # Closure too large
|
||||
type = "NixOS";
|
||||
modules = [
|
||||
hostConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue