From 1ead2d05dd46c21b721a28ae1ce963849e1f3423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 1 Jul 2025 19:30:42 +0200 Subject: [PATCH] bump nixos-stable/nixos-unstable --- tests/flake.lock | 10 +++++----- tests/flake.nix | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/flake.lock b/tests/flake.lock index bc9dc885..4363c6d1 100644 --- a/tests/flake.lock +++ b/tests/flake.lock @@ -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" diff --git a/tests/flake.nix b/tests/flake.nix index aa493971..9e5aa0ed 100644 --- a/tests/flake.nix +++ b/tests/flake.nix @@ -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";