nix-cache-login/CHANGELOG.md
Abel Luck 29fe7f76c1
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
expand the path to support working in systemd service
2026-02-27 09:28:29 +01:00

645 B

Changelog

[Unreleased]

Changes yet to be released are documented here.

  • Fix path expansion when running in systemd
  • Add nixos, home-manager, and darwin-nix modules

v0.1.0

Initial release.

  • login — browser-based Authorization Code + PKCE flow
  • refresh — refresh access token using stored refresh token
  • service-account — headless client credentials flow for servers
  • status — decode JWT from netrc, show expiry info
  • logout — revoke tokens and clean up netrc
  • TOML config with environment variable expansion
  • netrc read/write preserving other entries
  • Nix flake with package, app, checks, and devShell