From b2a0986ca61f8557f51b36f2cdc045143788ae12 Mon Sep 17 00:00:00 2001 From: Jamie Quigley Date: Wed, 15 Feb 2023 09:04:07 +0000 Subject: Add nix files and install instructions (#477) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 17bd2e7e..da3649df 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 '' -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/): -- cgit v1.3.1