nordvpn: init at 4.3.1, maintainers: add different-error #477174
nordvpn: init at 4.3.1, maintainers: add different-error #477174different-error wants to merge 2 commits intoNixOS:masterfrom
Conversation
cd21c71 to
1e24b72
Compare
|
@ruffsl @andersonjoseph fyi. I would appreciate your manual testing of this PR. Thank you. |
|
I tried this along with the networking service module from #406725 :
- extraPreBuild + (old.preBuild or "");
+ extraPreBuild + (if old ? preBuild then old.preBuild else "");
|
1e24b72 to
4107b25
Compare
Thanks for pointing this out. I think the
I had to do this once before because of the salt removal from previous iterations of this package. New consumers needn't do this. And once again, the module is out of scope of this PR.
I've fixed this now, ty.
If you use the standalone package and call
|
4107b25 to
17b9422
Compare
Things done
passthru.tests.nixpkgs-reviewon this PR. See nixpkgs-review usage../result/bin/.This PR contains just the package found in #406725.
I manually verified vpn connection over OpenVPN and NordLynx using both cli and gui.
configuration.nix
To build,
nixos-rebuild build-vm -I nixos-config=/path/to/configuration.nix -I nixpkgs=/path/to/nixpkgs --max-jobs 4Inside vm:
Add a 👍 reaction to pull requests you find important.