feat: +x build-system

This commit is contained in:
Kat Inskip 2025-07-27 13:42:52 -07:00
parent 84d2438c3a
commit 6139ece6be
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 1 additions and 0 deletions

0
packages/nf-build-system/build-system.sh Normal file → Executable file
View file

View file

@ -203,6 +203,7 @@ _: let
in { in {
arch = "x86_64"; arch = "x86_64";
type = "NixOS"; type = "NixOS";
ci.enable = false; # Closure too large
modules = [ modules = [
hostConfig hostConfig
]; ];