Skip to content

Commit 51b7eb6

Browse files
authored
docs: Clarify nix docs (#4261)
1 parent 7e543b5 commit 51b7eb6

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

web/book/src/project/contributing/development.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
115120
A [nix](https://nixos.org/) flake `flake.nix` provides 3 development
116121
environments:
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

139144
3. 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

0 commit comments

Comments
 (0)