Skip to content

Commit

Permalink
Merge pull request fedimint#4782 from star-gazer111/master
Browse files Browse the repository at this point in the history
Changed Nix installer to DeterminateSystems to avoid enabling flakes
  • Loading branch information
maan2003 authored Mar 31, 2024
2 parents 46ca401 + 95876ca commit cc60cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Fedimint is a Rust project and uses the [Nix package manager](https://nixos.org/
Fedimint's developer environment and rust build pipeline is managed through Nix flakebox (https://github.com/rustshop/flakebox). To get started, install Nix.

```bash
sh <(curl -L https://nixos.org/nix/install) --daemon
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
```

Then fork and clone the Fedimint repo.
Expand All @@ -91,4 +91,4 @@ You can then interact with the guardians and lightning gateway through the mproc
If you want to run with UIs, see the [UI](https://github.com/fedimint/ui) repo for developer environment instructions.

# Contributing
For contribution guidelines, Areas of contributions and how to get involved, please refer to the [Contributing Guidelines](CONTRIBUTING.md).
For contribution guidelines, Areas of contributions and how to get involved, please refer to the [Contributing Guidelines](CONTRIBUTING.md).

0 comments on commit cc60cd1

Please sign in to comment.