mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(forgejo): ci?
This commit is contained in:
parent
6fe1921360
commit
e3ad8ea3a2
1 changed files with 4 additions and 1 deletions
|
|
@ -14,7 +14,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.config.max-silent-time = 60 * 60;
|
nix.config = {
|
||||||
|
max-silent-time = 60 * 60;
|
||||||
|
build-users-group = "";
|
||||||
|
};
|
||||||
/*
|
/*
|
||||||
nix.config = {
|
nix.config = {
|
||||||
extra-platforms = ["aarch64-linux" "armv6l-linux" "armv7l-linux"];
|
extra-platforms = ["aarch64-linux" "armv6l-linux" "armv7l-linux"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue