all repos — nixfiles @ a4ea3cd4937ad176a832dbcd7923366a0e7a28fd

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

dev/base: install and alias curl with HTTP/3 support

Alan Pearce
commit

a4ea3cd4937ad176a832dbcd7923366a0e7a28fd

parent

56ce1e8a44c31a2794c63e06b567f3048e3a70b4

1 file changed, 2 insertions(+), 0 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -19,6 +19,7 @@ just
mosh + curlHTTP3 xh htmlq jq
@@ -78,6 +79,7 @@ er = "direnv reload";
ea = "direnv allow"; ex = "direnv exec"; es = "direnv status"; + curl3 = "curl --http3"; }; programs.direnv = { enable = true;