NixOS / hydra

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

Use nix with updated nixpkgs, and fix for removal of internal JSON functionality #1265

Closed lheckemann closed 1 year ago

lheckemann commented 1 year ago

Draft, pending https://github.com/NixOS/nix/pull/7367 and referring to Nix's master branch or a release containing the changes

Ma27 commented 1 year ago

Implemented support for Nix 2.13 on my fork: https://github.com/Ma27/hydra/commit/de16336ca98d73ef0c629ce08baa903601c3526e

Note: this depends on https://github.com/NixOS/nix/pull/7705 since perl bindings for hydra-eval-jobset would break on runtime otherwise.