Skip to content

Commit 470df86

Browse files
docs: update readme with Determinate Nix Installer
Co-authored-by: Michal Rus <[email protected]
1 parent 2993798 commit 470df86

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ Daedalus - Cryptocurrency Wallet
2020

2121
[Nix](https://nixos.org/nix/) is needed to run Daedalus in `nix develop` shell.
2222

23-
1. Install nix: `sh <(curl -L https://nixos.org/nix/install)`
23+
1. Install nix using [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer)
24+
```
25+
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
26+
sh -s -- install
27+
```
2428
2. Employ the signed IOHK binary cache:
2529
```bash
2630
$ sudo mkdir -p /etc/nix

0 commit comments

Comments
 (0)