From 5b3110defa52cc9064eaf4b4acf7e17b4feb3e6f Mon Sep 17 00:00:00 2001 From: prql-bot <107324867+prql-bot@users.noreply.github.com> Date: Wed, 6 Mar 2024 11:50:13 -0800 Subject: [PATCH] chore: Backport #4261 to `web` (#4313) Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com> --- web/book/src/project/contributing/development.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/web/book/src/project/contributing/development.md b/web/book/src/project/contributing/development.md index 779cda125673..71812154938d 100644 --- a/web/book/src/project/contributing/development.md +++ b/web/book/src/project/contributing/development.md @@ -112,6 +112,11 @@ and its system requirements. Then refer to the links above to get started. ### Option 4: Use nix development environment +```admonish note +This is used by a member of the core team on Linux, but doesn't currently work on Mac. We're open to +contributions to improve support. +``` + A [nix](https://nixos.org/) flake `flake.nix` provides 3 development environments: @@ -134,7 +139,7 @@ To load the shell: tee 'experimental-features = nix-command flakes' >> ~/.config/nix/nix.conf ``` - For NixOs users, follow instructions [here](https://nixos.wiki/wiki/Flakes). + For NixOS users, follow instructions [here](https://nixos.wiki/wiki/Flakes). 3. Run: @@ -142,7 +147,7 @@ To load the shell: nix develop ``` - If you want "web" or "full" shell, run: + To use the "web" or "full" shell, run: ```sh nix develop .#web