tests: update stable nixpkgs input to 25.11

This commit is contained in:
Sandro Jäckel 2026-01-11 09:37:40 +01:00
parent 40b1a28dce
commit 6366bcfdab
No known key found for this signature in database
GPG key ID: 236B6291555E8401
2 changed files with 5 additions and 5 deletions

8
tests/flake.lock generated
View file

@ -2,16 +2,16 @@
"nodes": {
"nixos-stable": {
"locked": {
"lastModified": 1761597516,
"narHash": "sha256-wxX7u6D2rpkJLWkZ2E932SIvDJW8+ON/0Yy8+a5vsDU=",
"lastModified": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "daf6dc47aa4b44791372d6139ab7b25269184d55",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.05",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -3,7 +3,7 @@
inputs = {
nixos-unstable-small.url = "github:NixOS/nixpkgs/nixos-unstable-small";
nixos-stable.url = "github:NixOS/nixpkgs/nixos-25.05";
nixos-stable.url = "github:NixOS/nixpkgs/nixos-25.11";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixos-unstable-small";
};