Skip to content

Commit d5a55e4

Browse files
authored
Merge pull request #491 from Bootstrap-Academy/push-ttxopkttvxmw
docs(readme): don't recommend the detsys installer
2 parents 8792412 + 99983b5 commit d5a55e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ If you would like to submit a bug report or feature request, or are looking for
66
## Development Setup
77
1. Install [Nix](https://nixos.org/) with [flakes](https://wiki.nixos.org/wiki/Flakes) enabled:
88
- If you are on NixOS, just ensure that flakes are enabled by setting `nix.settings.experimental-features = ["nix-command" "flakes"];` in `configuration.nix`.
9-
- If you are using a different Linux distribution or OS, we recommend using the [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer?tab=readme-ov-file#the-determinate-nix-installer).
10-
2. Add your user to the [`trusted-users`](https://nix.dev/manual/nix/2.19/command-ref/conf-file#conf-trusted-users) Nix option (replace `YOUR_USERNAME` with the actual name of the user account you use for development):
9+
- If you are using a different Linux distribution or OS, follow the instructions on <https://nixos.org/download/> and add the line `experimental-features = nix-command flakes` to `/etc/nix/nix.conf` to enable flakes.
10+
2. Add your user to the [`trusted-users`](https://nix.dev/manual/nix/latest/command-ref/conf-file#conf-trusted-users) Nix option (replace `YOUR_USERNAME` with the actual name of the user account you use for development):
1111
- If you are on NixOS, set `nix.settings.trusted-users = ["root" "YOUR_USERNAME"];` in `configuration.nix`.
1212
- If you are using a different Linux distribution or OS, add the line `trusted-users = root YOUR_USERNAME` to `/etc/nix/nix.conf` and run `sudo systemctl restart nix-daemon`.
1313
3. [Install direnv](https://github.com/direnv/direnv/blob/master/docs/installation.md) (optional, but strongly recommended):

0 commit comments

Comments
 (0)