diff options
| author | Jamie Quigley <jamie@quigley.xyz> | 2023-02-15 09:04:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-15 09:04:07 +0000 |
| commit | b2a0986ca61f8557f51b36f2cdc045143788ae12 (patch) | |
| tree | 975476ab9e438958f9b1281c469c489a606e9dd2 /README.md | |
| parent | Add support for generic database in AppState (#711) (diff) | |
| download | atuin-b2a0986ca61f8557f51b36f2cdc045143788ae12.zip | |
Add nix files and install instructions (#477)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -173,6 +173,21 @@ sudo port install atuin And then follow [the shell setup](#shell-plugin) +### Nix + +This repository is a flake, and can be installed using `nix profile`: + +``` +nix profile install "github:ellie/atuin" +``` + +Atuin is also available in [nixpkgs](https://github.com/NixOS/nixpkgs): + +``` +nix-env -f '<nixpkgs>' -iA atuin +``` + +And then follow [the shell setup](#shell-plugin) ### Pacman Atuin is available in the Arch Linux [community repository](https://archlinux.org/packages/community/x86_64/atuin/): |
