diff options
author | Alan Pearce | 2024-05-12 22:34:23 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-12 23:12:39 +0200 |
commit | 895a3b061bb4717955ffbceab3bf3c6ecebacd70 (patch) | |
tree | fed970785b9b0460693d07dcffae08283be90ce4 /README.md | |
parent | 7077a3748fa545e8dee83d4f3464c55b4b459183 (diff) | |
download | searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.tar.lz searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.tar.zst searchix-895a3b061bb4717955ffbceab3bf3c6ecebacd70.zip |
build: switch to flakes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index e6cf90d..f5965e5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ - [cachix](https://docs.cachix.org/installation#installation) - [lorri](https://github.com/nix-community/lorri) - [direnv](https://direnv.net/) - + ### Setup 1. Optional: use cachix to avoid building some tools @@ -21,10 +21,10 @@ 2. Start a nix shell (this will take some time) ```shell-session - nix-shell + nix develop ``` -3. Optional: install and set up lorri and use `lorri shell` instead of `nix-shell` +3. Optional: install and set up lorri and use `lorri shell` instead of `nix develop` 4. Optional: install direnv, integrate it with your shell and then run @@ -32,4 +32,4 @@ ln -s .envrc.sample .envrc ``` - Now `nix-shell` or `lorri shell` will be run for you automatically when you `cd` into this directory. + Now `nix develop` or `lorri shell` will be run for you automatically when you `cd` into this directory. |