summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJamie Quigley <jamie@quigley.xyz>2023-02-15 09:04:07 +0000
committerGitHub <noreply@github.com>2023-02-15 09:04:07 +0000
commitb2a0986ca61f8557f51b36f2cdc045143788ae12 (patch)
tree975476ab9e438958f9b1281c469c489a606e9dd2 /README.md
parentdcfad9a90d4b18465c437811698c879c4c5a9fcc (diff)
Add nix files and install instructions (#477)
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17bd2e7e5..da3649df5 100644
--- a/README.md
+++ b/README.md
@@ -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/):