Update build system to depend on Nix 2.26

This commit is contained in:
John Ericson
2025-02-13 20:50:11 -05:00
parent 4dc0f11379
commit 341b2f1309
4 changed files with 26 additions and 14 deletions

View File

@ -81,7 +81,12 @@
inherit (nixpkgs.lib) fileset;
inherit (self.packages.${system}) nix-eval-jobs;
rawSrc = self;
nix = nix.packages.${system}.nix;
inherit (nix.packages.${system})
nix-util
nix-store
nix-main
nix-cli
;
nix-perl-bindings = nix.hydraJobs.perlBindings.${system};
};
default = self.packages.${system}.hydra;