tests: bump nixos-stable from 25.11 to 26.05

This commit is contained in:
Jamie Magee 2026-06-13 19:57:53 -07:00
parent 08018c7217
commit f1cf00348d
2 changed files with 15 additions and 21 deletions

34
tests/flake.lock generated
View file

@ -2,34 +2,28 @@
"nodes": {
"nixos-stable": {
"locked": {
"lastModified": 1767799921,
"narHash": "sha256-r4GVX+FToWVE2My8VVZH4V0pTIpnu2ZE8/Z4uxGEMBE=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d351d0653aeb7877273920cd3e823994e7579b0b",
"type": "github"
"lastModified": 1781216227,
"narHash": "sha256-PoRRDfm1khYEJCk5KyX4Snud03VzRcmxKil5n6drTI0=",
"rev": "a0374025a863d007d98e3297f6aa46cc3141c2f0",
"type": "tarball",
"url": "https://releases.nixos.org/nixos/26.05/nixos-26.05.1947.a0374025a863/nixexprs.tar.xz"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
"type": "tarball",
"url": "https://channels.nixos.org/nixos-26.05/nixexprs.tar.xz"
}
},
"nixos-unstable-small": {
"locked": {
"lastModified": 1761789293,
"narHash": "sha256-zwQKLaUgHSpY6SvB/MDgPYRPomWAmbkS3Xfo6JvFVOA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "8d42228a0de7c23b012e2f7dd963425a372e1b0e",
"type": "github"
"lastModified": 1781332575,
"narHash": "sha256-b5zDI290fPWS3GogqVonydrdcpQPsRCzLIOA3T0ctrs=",
"rev": "51effaf9783e0226281ad10e95a4af6c8a145316",
"type": "tarball",
"url": "https://releases.nixos.org/nixos/unstable-small/nixos-26.11pre1015892.51effaf9783e/nixexprs.tar.xz"
},
"original": {
"owner": "NixOS",
"ref": "nixos-unstable-small",
"repo": "nixpkgs",
"type": "github"
"type": "tarball",
"url": "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz"
}
},
"root": {

View file

@ -3,7 +3,7 @@
inputs = {
nixos-unstable-small.url = "https://channels.nixos.org/nixos-unstable-small/nixexprs.tar.xz";
nixos-stable.url = "https://channels.nixos.org/nixos-25.11/nixexprs.tar.xz";
nixos-stable.url = "https://channels.nixos.org/nixos-26.05/nixexprs.tar.xz";
treefmt-nix.url = "github:numtide/treefmt-nix";
treefmt-nix.inputs.nixpkgs.follows = "nixos-unstable-small";
};