From b70fc389df22e22b41d12ba8f453898129eca8c9 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 16 Aug 2025 21:41:21 -0400 Subject: [PATCH 1/2] add new exp features, add draft apps --- modules/nix.nix | 3 +++ users/alice/home/zsh.nix | 2 ++ 2 files changed, 5 insertions(+) diff --git a/modules/nix.nix b/modules/nix.nix index aaee247..5800a05 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -7,6 +7,9 @@ experimental-features = [ "nix-command" "flakes" + "blake3-hashes" + "git-hashing" + "verified-fetches" ]; keep-outputs = true; builders-use-substitutes = true; diff --git a/users/alice/home/zsh.nix b/users/alice/home/zsh.nix index 14390a2..c3f9788 100644 --- a/users/alice/home/zsh.nix +++ b/users/alice/home/zsh.nix @@ -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"; }; }; } From c2538f591f1ab4dcaebd6854ee59157b11af48d0 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sun, 24 Aug 2025 21:07:45 -0400 Subject: [PATCH 2/2] push act-runner to nightly for node24 issue --- systems/palatine-hill/docker/act-runner.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/systems/palatine-hill/docker/act-runner.nix b/systems/palatine-hill/docker/act-runner.nix index 9c57225..7f2e2d4 100644 --- a/systems/palatine-hill/docker/act-runner.nix +++ b/systems/palatine-hill/docker/act-runner.nix @@ -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"