Fixed NixOS files

This commit is contained in:
SChernykh
2022-08-18 16:07:59 +02:00
parent 3802886722
commit 85abbdd699
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -226,12 +226,12 @@ nix shell github:nixos/nix/master
Run the binary:
```
nix run git+https://github.com/SChernykh/p2pool?ref=master
nix run git+https://github.com/SChernykh/p2pool?ref=master&submodules=1
```
Run the binary with arguments:
```
nix run git+https://github.com/SChernykh/p2pool?ref=master -- --help
nix run git+https://github.com/SChernykh/p2pool?ref=master&submodules=1 -- --help
```
### Windows