Nix flake for the Linux codexbar CLI from steipete/CodexBar.
This repo packages the prebuilt upstream Linux release tarballs for:
x86_64-linuxaarch64-linux
Run it directly:
nix run github:0xferrous/CodexBar-flakeRun from this checkout:
nix run .Build it:
nix build .#codexbar-cliEnter a shell with the package available:
nix developThe flake exposes:
packages.defaultpackages.codexbar-cliapps.defaultoverlays.defaultdevShells.default
Update manually:
./update-codexbar-release.nuThe updater script:
- checks the latest GitHub release from
steipete/CodexBar - updates
version - refreshes the
x86_64-linuxandaarch64-linuxhashes
GitHub Actions runs the updater once per day at 03:00 UTC and opens or updates a pull request if a new upstream release is available.