Skip to content

Commit

Permalink
update Nix readme to fix submodules flag usage
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sokołowski <[email protected]>
  • Loading branch information
jakubgs committed Jan 2, 2025
1 parent fbf913e commit 9802295
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ https://github.com/NixOS/nix/issues/4423

It can be also done without even cloning the repo:
```sh
nix build 'github:status-im/nimbus-eth2?submodules=1'
nix build 'github:status-im/nimbus-eth2?submodules=1#'
```
The trailing `#` is required due to URL parsing bug in Nix.

## Running

```sh
nix run 'github:status-im/nimbus-eth2?submodules=1'
nix run 'github:status-im/nimbus-eth2?submodules=1#'
```

0 comments on commit 9802295

Please sign in to comment.