2 Commits

Author SHA1 Message Date
c2538f591f push act-runner to nightly for node24 issue
Some checks failed
Check flake.lock / Check health of `flake.lock` (pull_request) Failing after 15m59s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 15m52s
2025-08-24 21:07:45 -04:00
b70fc389df add new exp features, add draft apps
Some checks failed
Check Nix flake / Perform Nix flake checks (pull_request) Failing after 28s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 9m45s
2025-08-16 21:41:21 -04:00
3 changed files with 8 additions and 3 deletions

View File

@@ -7,6 +7,9 @@
experimental-features = [
"nix-command"
"flakes"
"blake3-hashes"
"git-hashing"
"verified-fetches"
];
keep-outputs = true;
builders-use-substitutes = true;

View File

@@ -11,7 +11,7 @@ in
{
virtualisation.oci-containers.containers = {
act-stable-latest-main = {
image = "gitea/act_runner:latest";
image = "gitea/act_runner:nightly";
pull = "always";
extraOptions = [
"--stop-signal=SIGINT"
@@ -35,7 +35,7 @@ in
};
act-stable-latest-1 = {
image = "gitea/act_runner:latest";
image = "gitea/act_runner:nightly";
pull = "always";
extraOptions = [
"--stop-signal=SIGINT"
@@ -58,7 +58,7 @@ in
};
act-stable-latest-2 = {
image = "gitea/act_runner:latest";
image = "gitea/act_runner:nightly";
pull = "always";
extraOptions = [
"--stop-signal=SIGINT"

View File

@@ -118,6 +118,8 @@
"octave" = "prime-run octave --gui";
"pc-firefox" = "proxychains firefox -P qbit -no-remote -P 127.0.0.1:9050";
"hx" = "helix";
"dungeondraft-arch" = "/opt/Dungeondraft/Dungeondraft.x86_64";
"wonderdraft-arch" = "/opt/wonderdraft/Wonderdraft.x86_64";
};
};
}