diff --git a/packages/nf-build-system/build-system.sh b/packages/nf-build-system/build-system.sh old mode 100644 new mode 100755 diff --git a/systems/goliath.nix b/systems/goliath.nix index e926ee41..57ae509b 100644 --- a/systems/goliath.nix +++ b/systems/goliath.nix @@ -203,6 +203,7 @@ _: let in { arch = "x86_64"; type = "NixOS"; + ci.enable = false; # Closure too large modules = [ hostConfig ];