diff options
Diffstat (limited to 'modules/curl.nix')
-rw-r--r-- | modules/curl.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/curl.nix b/modules/curl.nix index 6895262..3c318fc 100644 --- a/modules/curl.nix +++ b/modules/curl.nix @@ -20,7 +20,7 @@ in ''; environment.systemPackages = with pkgs; [ - curl + curlHTTP3 (writeShellScriptBin "0x0" '' url="https://0x0.st" form="file=@" |