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:
parent
0288326507
commit
7942f52bd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ... }:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue