all repos — nixfiles @ 086e0f60c01730cacd716f14115bef99774f6957

System and user configuration, managed by nix and home-manager

Setup trillian (MacBook)

Alan Pearce
commit

086e0f60c01730cacd716f14115bef99774f6957

parent

e30c6624e41d8b8b55085897a57f9c9c0c6c3edf

1 file changed, 10 insertions(+), 5 deletions(-)

changed files
M modules/development/base.nixmodules/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 [ + ] + ); }