Merge remote-tracking branch 'origin/master'
1 file changed, 10 insertions(+), 5 deletions(-)
changed files
M modules/development/base.nix → modules/development/base.nix
@@ -11,18 +11,23 @@ editorconfig-core-c go gocode - ldns - httping wrk - whois ag ripgrep httpie - http-prompt jq discount - ]; + ] ++ ( + if !stdenv.isDarwin + then [ + whois + ldns + httping + http-prompt + ] else [ + ] + ); }