Fixed NixOS files

pull/206/head
SChernykh 2022-08-18 16:07:59 +02:00
parent 3802886722
commit 85abbdd699
2 changed files with 3 additions and 3 deletions

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

View File

@ -23,7 +23,7 @@
};
buildInputs = builtins.attrValues {
inherit (pkgs) libuv zeromq libsodium gss;
inherit (pkgs) libuv zeromq libsodium gss curl;
};
installPhase = ''