We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cc966 commit c782939Copy full SHA for c782939
src/building/suggested.md
@@ -283,8 +283,10 @@ pkgs.mkShell {
283
}
284
```
285
286
-Note that when using nix on a not-NixOS distribution, it may be necessary to set **`patch-binaries-for-nix = true` in `config.toml`**.
287
-Bootstrap tries to detect whether it's running in nix and enable patching automatically, but this detection can have false negatives.
+Note that when using nix on a not-NixOS distribution, it may be necessary to set
+**`patch-binaries-for-nix = true` in `config.toml`**.
288
+Bootstrap tries to detect whether it's running in nix and enable patching automatically,
289
+but this detection can have false negatives.
290
291
You can also use your nix shell to manage `config.toml`:
292
0 commit comments