Setup trillian (MacBook)
1 file changed, 10 insertions(+), 5 deletions(-)
changed files
M modules/development/base.nix → modules/development/base.nix
@@ -10,18 +10,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 [ + ] + ); }