bump to nix/nix-eval-jobs 2.30

This commit is contained in:
Jörg Thalheim
2025-08-03 10:38:50 +02:00
committed by ahuston-0
parent 947a769012
commit d294b60477
2 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05-small";
inputs.nix = {
url = "github:NixOS/nix/2.29-maintenance";
url = "github:NixOS/nix/2.30-maintenance";
# We want to control the deps precisely
flake = false;
};