4 Commits
Author SHA1 Message Date
wymiller 4f5ecae56b Merge pull request '⚙️ Fix publish workflow' (#14) from publish-fix into master
Publish packages to Attic / publish (push) Successful in 8m9s
Reviewed-on: #14
2026-09-05 20:29:50 -05:00
wymiller ff8dcd1587 chore: env variable fix 2026-09-05 20:28:25 -04:00
wymiller a65b09f6cb chore: fix publish workflow 2026-09-05 20:18:12 -04:00
wymiller 1b5df8dea8 Merge pull request '📦 Add cliamp package' (#12) from cliamp into master
Publish packages to Attic / publish (push) Failing after 8m46s
Reviewed-on: #12
2026-09-02 12:42:27 -05:00
+1 -1
View File
@@ -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=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" \