From a65b09f6cbaf56e1a24f87e23d4eff3b7885b6ed Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 5 Sep 2026 20:18:12 -0400 Subject: [PATCH 1/2] chore: fix publish workflow --- .gitea/workflows/publish-attic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-attic.yaml b/.gitea/workflows/publish-attic.yaml index 69e30bf..cf4d773 100644 --- a/.gitea/workflows/publish-attic.yaml +++ b/.gitea/workflows/publish-attic.yaml @@ -67,7 +67,7 @@ jobs: system="$(nix eval --impure --raw --expr builtins.currentSystem)" - NIXPKGS_ALLOW_UNFREE=1 nix build --impure --accept-flake-config --no-link --print-out-paths -L \ + NIXPKGS_ALLOW_UNFREE=0 nix build --impure --sandbox --no-sandbox-fallback --accept-flake-config --no-link --print-out-paths -L \ ".#packages.${system}.atuinLatest" \ ".#packages.${system}.cliampLatest" \ ".#packages.${system}.musicpresence" \ -- 2.54.0 From ff8dcd1587b3bbc74bb03ded8d0e19f9fa53f340 Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Sat, 5 Sep 2026 20:27:47 -0400 Subject: [PATCH 2/2] chore: env variable fix --- .gitea/workflows/publish-attic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-attic.yaml b/.gitea/workflows/publish-attic.yaml index cf4d773..2909595 100644 --- a/.gitea/workflows/publish-attic.yaml +++ b/.gitea/workflows/publish-attic.yaml @@ -67,7 +67,7 @@ jobs: system="$(nix eval --impure --raw --expr builtins.currentSystem)" - NIXPKGS_ALLOW_UNFREE=0 nix build --impure --sandbox --no-sandbox-fallback --accept-flake-config --no-link --print-out-paths -L \ + NIXPKGS_ALLOW_UNFREE=1 nix build --impure --sandbox --no-sandbox-fallback --accept-flake-config --no-link --print-out-paths -L \ ".#packages.${system}.atuinLatest" \ ".#packages.${system}.cliampLatest" \ ".#packages.${system}.musicpresence" \ -- 2.54.0