Compare commits
2 Commits
a18179b5bb
...
feature/ad
Author | SHA1 | Date | |
---|---|---|---|
c2538f591f | |||
b70fc389df |
@@ -7,6 +7,9 @@
|
|||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
"blake3-hashes"
|
||||||
|
"git-hashing"
|
||||||
|
"verified-fetches"
|
||||||
];
|
];
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
builders-use-substitutes = true;
|
builders-use-substitutes = true;
|
||||||
|
@@ -11,7 +11,7 @@ in
|
|||||||
{
|
{
|
||||||
virtualisation.oci-containers.containers = {
|
virtualisation.oci-containers.containers = {
|
||||||
act-stable-latest-main = {
|
act-stable-latest-main = {
|
||||||
image = "gitea/act_runner:latest";
|
image = "gitea/act_runner:nightly";
|
||||||
pull = "always";
|
pull = "always";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--stop-signal=SIGINT"
|
"--stop-signal=SIGINT"
|
||||||
@@ -35,7 +35,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
act-stable-latest-1 = {
|
act-stable-latest-1 = {
|
||||||
image = "gitea/act_runner:latest";
|
image = "gitea/act_runner:nightly";
|
||||||
pull = "always";
|
pull = "always";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--stop-signal=SIGINT"
|
"--stop-signal=SIGINT"
|
||||||
@@ -58,7 +58,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
act-stable-latest-2 = {
|
act-stable-latest-2 = {
|
||||||
image = "gitea/act_runner:latest";
|
image = "gitea/act_runner:nightly";
|
||||||
pull = "always";
|
pull = "always";
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--stop-signal=SIGINT"
|
"--stop-signal=SIGINT"
|
||||||
|
@@ -118,6 +118,8 @@
|
|||||||
"octave" = "prime-run octave --gui";
|
"octave" = "prime-run octave --gui";
|
||||||
"pc-firefox" = "proxychains firefox -P qbit -no-remote -P 127.0.0.1:9050";
|
"pc-firefox" = "proxychains firefox -P qbit -no-remote -P 127.0.0.1:9050";
|
||||||
"hx" = "helix";
|
"hx" = "helix";
|
||||||
|
"dungeondraft-arch" = "/opt/Dungeondraft/Dungeondraft.x86_64";
|
||||||
|
"wonderdraft-arch" = "/opt/wonderdraft/Wonderdraft.x86_64";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user