Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Finish up the basic README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Harrop committed Sep 23, 2024
1 parent 6b0f69f commit 39de457
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ In a project that needs a toolchain, add `flake.nix`
redis.enable = true;
};
}
```
```

Then to get a shell run `nix develop`. By default, Nix shells use `bash`. If you want `zsh`, you can run `nix develop -c zsh`.

0 comments on commit 39de457

Please sign in to comment.