mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/flake.nix: update nixpkgs branch
Accidentally left on unstable. Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -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, ... }:
|
||||
|
||||
Reference in New Issue
Block a user