nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 10 lines 339 B view raw
1{ testers, fetchPypiLegacy, ... }: 2{ 3 # Tests that we can send custom headers with spaces in them 4 fetchSimple = testers.invalidateFetcherByDrvHash fetchPypiLegacy { 5 pname = "requests"; 6 file = "requests-2.31.0.tar.gz"; 7 url = "https://pypi.org/simple"; 8 hash = "sha256-lCxadY+Y15Dq7Ropy27vx/+w0c968Fw9J5Flbb1q0eE="; 9 }; 10}