curl

curl 8.20.0

Command line tool for transferring files with URL syntax

https://curl.se/
curl License
main program: curlprograms: -
Platforms (80)
or1k-nonemipsel-linuxi686-freebsdriscv64-linuxx86_64-netbsdmips64el-linuxpowerpc-netbsds390x-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  curl
];
Ad-hoc shell
nix-shell -p curl
Flake (nix run)
nix run nixpkgs#curl