NixOS / hydra

Hydra, the Nix-based continuous build system
http://nixos.org/hydra
GNU General Public License v3.0
1.2k stars 304 forks source link

Patchelf inputs in hydra manual need updating #1407

Open cessationoftime opened 2 months ago

cessationoftime commented 2 months ago

Describe the bug The hydra manual located here: https://hydra.nixos.org/build/271467131/download/1/hydra/projects.html

Still references release.nix as an input for the patchelf project: https://github.com/NixOS/patchelf/blob/master/release.nix

Release.nix no longer exists, so the manual needs to be updated or the example replaced with the hello example from the hydra repo's README.md

cessationoftime commented 2 months ago

Ideally I think it should be replaced by a flake.nix example since that is what patchelf now uses and I have not seen a flake.nix example in the manual or README.md