summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
authorAlan Pearce2024-06-01 20:04:21 +0200
committerAlan Pearce2024-06-01 20:04:21 +0200
commita4ea3cd4937ad176a832dbcd7923366a0e7a28fd (patch)
treeda64db0264df242969ced1752b90db30c7036111 /user
parent56ce1e8a44c31a2794c63e06b567f3048e3a70b4 (diff)
downloadnixfiles-a4ea3cd4937ad176a832dbcd7923366a0e7a28fd.tar.lz
nixfiles-a4ea3cd4937ad176a832dbcd7923366a0e7a28fd.tar.zst
nixfiles-a4ea3cd4937ad176a832dbcd7923366a0e7a28fd.zip
dev/base: install and alias curl with HTTP/3 support
Diffstat (limited to 'user')
-rw-r--r--user/settings/development/base.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix
index 5998c823..c1356fbd 100644
--- a/user/settings/development/base.nix
+++ b/user/settings/development/base.nix
@@ -19,6 +19,7 @@
 
       mosh
 
+      curlHTTP3
       xh
       htmlq
       jq
@@ -78,6 +79,7 @@
     ea = "direnv allow";
     ex = "direnv exec";
     es = "direnv status";
+    curl3 = "curl --http3";
   };
   programs.direnv = {
     enable = true;