From 895a3b061bb4717955ffbceab3bf3c6ecebacd70 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 22:34:23 +0200 Subject: build: switch to flakes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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. -- cgit 1.4.1