We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2993798 commit 470df86Copy full SHA for 470df86
README.md
@@ -20,7 +20,11 @@ Daedalus - Cryptocurrency Wallet
20
21
[Nix](https://nixos.org/nix/) is needed to run Daedalus in `nix develop` shell.
22
23
-1. Install nix: `sh <(curl -L https://nixos.org/nix/install)`
+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
28
2. Employ the signed IOHK binary cache:
29
```bash
30
$ sudo mkdir -p /etc/nix
0 commit comments