From 7942f52bd8b6cd96efd60b3ed2fafd4a6f0c1938 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 24 Jun 2025 13:33:42 -0500 Subject: [PATCH] tests/flake.nix: update nixpkgs branch Accidentally left on unstable. Signed-off-by: Austin Horstman --- tests/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flake.nix b/tests/flake.nix index 34f39d35c..1e2244681 100644 --- a/tests/flake.nix +++ b/tests/flake.nix @@ -15,7 +15,7 @@ { description = "Tests of Home Manager for Nix"; - inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05"; outputs = { nixpkgs, ... }: