all repos — nixfiles @ ccb69f84f6123011a176a42e0e1c50ae822d3c58

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

Merge remote-tracking branch 'origin/master'

Alan Pearce
commit

ccb69f84f6123011a176a42e0e1c50ae822d3c58

parent

8003056612155a356e50829b998a0436c3d0f3a5

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

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