1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests/flake.nix: update nixpkgs branch

Accidentally left on unstable.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-24 13:33:42 -05:00
parent 0288326507
commit 7942f52bd8

View file

@ -15,7 +15,7 @@
{ {
description = "Tests of Home Manager for Nix"; 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 = outputs =
{ nixpkgs, ... }: { nixpkgs, ... }: