all repos — nixfiles @ f9eb54a62b679f3beb27e2e89b1d816c2b32a0b4

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

dev/base: fix curl3 alias when other version is installed
Alan Pearce alan@alanpearce.eu
Mon, 03 Jun 2024 19:22:14 +0200
commit

f9eb54a62b679f3beb27e2e89b1d816c2b32a0b4

parent

322b2ddf251381fa769be21444249da90808828f

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/settings/development/base.nixuser/settings/development/base.nix
@@ -79,7 +79,7 @@ er = "direnv reload";     ea = "direnv allow";
     ex = "direnv exec";
     es = "direnv status";
-    curl3 = "curl --http3";
+    curl3 = "${pkgs.curlHTTP3}/bin/curl --http3";
   };
   programs.direnv = {
     enable = true;