Skip to content

Commit

Permalink
short lines for the short line fans
Browse files Browse the repository at this point in the history
  • Loading branch information
Noratrieb committed Feb 13, 2024
1 parent 85cc966 commit c782939
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/building/suggested.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,10 @@ pkgs.mkShell {
}
```

Note that when using nix on a not-NixOS distribution, it may be necessary to set **`patch-binaries-for-nix = true` in `config.toml`**.
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`**.
Bootstrap tries to detect whether it's running in nix and enable patching automatically,
but this detection can have false negatives.

You can also use your nix shell to manage `config.toml`:

Expand Down

0 comments on commit c782939

Please sign in to comment.