File tree Expand file tree Collapse file tree
web/book/src/project/contributing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ and its system requirements. Then refer to the links above to get started.
112112
113113### Option 4: Use nix development environment
114114
115+ ``` admonish note
116+ This is used by a member of the core team on Linux, but doesn't currently work on Mac. We're open to
117+ contributions to improve support.
118+ ```
119+
115120A [ nix] ( https://nixos.org/ ) flake ` flake.nix ` provides 3 development
116121environments:
117122
@@ -134,15 +139,15 @@ To load the shell:
134139 tee ' experimental-features = nix-command flakes' >> ~ /.config/nix/nix.conf
135140 ```
136141
137- For NixOs users, follow instructions [ here] ( https://nixos.wiki/wiki/Flakes ) .
142+ For NixOS users, follow instructions [ here] ( https://nixos.wiki/wiki/Flakes ) .
138143
1391443 . Run:
140145
141146 ``` sh
142147 nix develop
143148 ```
144149
145- If you want "web" or "full" shell, run:
150+ To use the "web" or "full" shell, run:
146151
147152 ``` sh
148153 nix develop .# web
You can’t perform that action at this time.
0 commit comments