bump to nix/nix-eval-jobs 2.31
This commit is contained in:
committed by
John Ericson
parent
3059dc16a3
commit
a499063834
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user