development: also install httping on darwin (not broken)
Alan Pearce alan@alanpearce.eu
Sun, 06 Aug 2023 20:10:54 +0200
1 files changed, 7 insertions(+), 11 deletions(-)
M user/settings/development/base.nix → user/settings/development/base.nix
@@ -30,19 +30,15 @@ htmlq jq miller watchexec + httping docker-compose - ] - ++ ( - if !stdenv.isDarwin - then [ - httping - ] else [ - lima-bin - colima - docker-client - ] - ); + ] ++ lib.optionals stdenv.isDarwin [ + lima-bin + colima + docker-client + ]; + nixpkgs.overlays = [ (self: super: { ripgrep = super.ripgrep.override { withPCRE2 = true; };