mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
feat: +x build-system
This commit is contained in:
parent
84d2438c3a
commit
6139ece6be
2 changed files with 1 additions and 0 deletions
0
packages/nf-build-system/build-system.sh
Normal file → Executable file
0
packages/nf-build-system/build-system.sh
Normal file → Executable 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
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue