aboutsummaryrefslogtreecommitdiffstats
path: root/atuin.nix (unfollow)
Commit message (Collapse)Author
2023-03-31fix: allow nix package to fetch dependencies from git (#832)Patrick Jackson
This change saves us from needing to keep a copy of the checksum in atuin.nix, so that Cargo.lock can remain as the sole source of truth for the dependency versions.
2023-02-15Add nix files and install instructions (#477)Jamie Quigley