1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00

home-manager: use correct branchs in generated flake

This commit is contained in:
Robert Helgesson 2023-06-24 00:36:09 +02:00
parent ac53777f52
commit 05a584b4f6
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -394,9 +394,9 @@ EOF
inputs = {
# Specify the source of Home Manager and Nixpkgs.
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.05";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:nix-community/home-manager/release-23.05";
inputs.nixpkgs.follows = "nixpkgs";
};
};