home-manager: Use docs branch

Fixes an issue where home-manager would show optionsDocBook warnings on
every nixos-rebuild.
This commit is contained in:
Donovan Glover 2023-12-07 19:11:09 -05:00
parent 20d8e7732c
commit ea6ef79862
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 7 additions and 6 deletions

View File

@ -169,15 +169,16 @@
]
},
"locked": {
"lastModified": 1701728041,
"narHash": "sha256-x0pyrI1vC8evVDxCxyO6olOyr4wlFg9+VS3C3p4xFYQ=",
"owner": "nix-community",
"lastModified": 1701952831,
"narHash": "sha256-ejFUrWWM+uCruaAus7sfOuuI3llOkrcNYaXUse3b020=",
"owner": "considerate",
"repo": "home-manager",
"rev": "ac7216918cd65f3824ba7817dea8f22e61221eaf",
"rev": "613dbb35dbc142fd5cadca847f8677e64a502bfa",
"type": "github"
},
"original": {
"owner": "nix-community",
"owner": "considerate",
"ref": "docs",
"repo": "home-manager",
"type": "github"
}

View File

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
home-manager = {
url = "github:nix-community/home-manager";
url = "github:considerate/home-manager/docs";
inputs.nixpkgs.follows = "nixpkgs";
};