bump to nix/nix-eval-jobs 2.31

This commit is contained in:
Jörg Thalheim
2025-08-03 10:38:50 +02:00
committed by John Ericson
parent 3059dc16a3
commit a499063834
5 changed files with 15 additions and 12 deletions

View File

@@ -4,13 +4,13 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05-small";
inputs.nix = {
url = "github:NixOS/nix/2.30-maintenance";
url = "github:NixOS/nix/2.31-maintenance";
# We want to control the deps precisely
flake = false;
};
inputs.nix-eval-jobs = {
url = "github:nix-community/nix-eval-jobs";
url = "github:nix-community/nix-eval-jobs/v2.31.0";
# We want to control the deps precisely
flake = false;
};