Skip to content

Commit

Permalink
Add instructions for building with nix flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Aug 31, 2021
1 parent 91456ef commit 89b9a47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ nix-build release.nix
./result/bin/create-mullvad-configs
```

Or using Nix flakes:

```sh
nix build --system x86_64-darwin
```

#### Build with Stack

```sh
Expand Down

0 comments on commit 89b9a47

Please sign in to comment.