summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
authorAlan Pearce2024-06-23 12:55:12 +0200
committerAlan Pearce2024-06-23 12:55:12 +0200
commit8cd27c984a4fd6353f44fb737db775f6cd2d7c9c (patch)
treeb338a35caf8f147172828c567a0be7ba4e9c7c50 /user/settings
parentb84edf9b8bd5cfa8616808c37aaa18c16f8d2214 (diff)
downloadnixfiles-8cd27c984a4fd6353f44fb737db775f6cd2d7c9c.tar.lz
nixfiles-8cd27c984a4fd6353f44fb737db775f6cd2d7c9c.tar.zst
nixfiles-8cd27c984a4fd6353f44fb737db775f6cd2d7c9c.zip
dev/base: httping is broken on darwin
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/development/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix
index 333454ba..6b9c3023 100644
--- a/user/settings/development/base.nix
+++ b/user/settings/development/base.nix
@@ -27,7 +27,6 @@
       miller
       watchexec
       entr
-      httping
 
       diffoscopeMinimal
 
@@ -39,6 +38,7 @@
       colima
       docker-client
     ] else [
+      httping
       zeal
     ]);