Merge pull request #329823 from ExpidusOS/fix/pkgsllvm/elfutils
[NixPkgs.git] / ci / README.md
blob64cd8e5bcea98e319f2cb72cc9044ed009b7238e
1 # CI support files
3 This directory contains files to support CI, such as [GitHub Actions](https://github.com/NixOS/nixpkgs/tree/master/.github/workflows) and [Ofborg](https://github.com/nixos/ofborg).
4 This is in contrast with [`maintainers/scripts`](`../maintainers/scripts`) which is for human use instead.
6 ## Pinned Nixpkgs
8 CI may need certain packages from Nixpkgs.
9 In order to ensure that the needed packages are generally available without building,
10 [`pinned-nixpkgs.json`](./pinned-nixpkgs.json) contains a pinned Nixpkgs version tested by Hydra.
12 Run [`update-pinned-nixpkgs.sh`](./update-pinned-nixpkgs.sh) to update it.