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

11
flake.lock generated
View File

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

View File

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