bump nixos-stable/nixos-unstable

This commit is contained in:
Jörg Thalheim
2025-07-01 19:30:42 +02:00
parent bd65595c6d
commit 1ead2d05dd
2 changed files with 6 additions and 6 deletions

10
tests/flake.lock generated
View File

@@ -37,16 +37,16 @@
},
"nixos-stable": {
"locked": {
"lastModified": 1746957726,
"narHash": "sha256-k9ut1LSfHCr0AW82ttEQzXVCqmyWVA5+SHJkS5ID/Jo=",
"ref": "nixos-24.11",
"rev": "a39ed32a651fdee6842ec930761e31d1f242cb94",
"lastModified": 1751211869,
"narHash": "sha256-1Cu92i1KSPbhPCKxoiVG5qnoRiKTgR5CcGSRyLpOd7Y=",
"ref": "nixos-25.05",
"rev": "b43c397f6c213918d6cfe6e3550abfe79b5d1c51",
"shallow": true,
"type": "git",
"url": "https://github.com/NixOS/nixpkgs"
},
"original": {
"ref": "nixos-24.11",
"ref": "nixos-25.05",
"shallow": true,
"type": "git",
"url": "https://github.com/NixOS/nixpkgs"

View File

@@ -3,7 +3,7 @@
inputs = {
nixos-unstable-small.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-unstable-small";
nixos-stable.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-24.11";
nixos-stable.url = "git+https://github.com/NixOS/nixpkgs?shallow=1&ref=nixos-25.05";
# override in the test
nixos-hardware.url = "github:NixOS/nixos-hardware";
flake-parts.url = "github:hercules-ci/flake-parts";