Open sharpchen opened 1 month ago
It's expected that the sources.debian.org URL is down - the archive.org URL is supposed to supplement this: https://github.com/NixOS/nixpkgs/blob/a384cbf926c5d9b1b6798dea46465ec5f8ab6c84/pkgs/tools/archivers/unzip/default.nix#L54-L62
Are you still having this issue? The archive.org URL loads fine for me in a browser: https://web.archive.org/web/20230106200319/https://sources.debian.org/data/main/u/unzip/6.0-27/debian/patches/28-cve-2022-0529-and-cve-2022-0530.patch
I just tried again in a new wsl, turns out no problem. It seems it didn't download from nixos cache when I first encountered this issue so it compiles from a lot sources. I don't know how to reproduce this.
Are you following the right branch?
Is there an existing issue for this?
Issue description
I was trying to install home-manager with the following procedure:
nix-channel --add https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz home-manager && nix-channel --update
Then the channels are:
nix-shell '<home-manager>' -A install
While installing, it compiles a lot source files then finally encounter problem when fetching something?
There's a 404 response returned for
https://sources.debian.org/data/main/u/unzip/6.0-27/debian/patches/28-cve-2022-0529-and-cve-2022-0530.patch
.Also, I found 443 but I haven't figure out how to solve it, any idea would be appreciated.
Maintainer CC
No response
System information