1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-13 18:23:39 +02:00

docs: fix link to rollback instructions

Fixes #2872
This commit is contained in:
Robert Helgesson 2022-04-07 19:22:03 +02:00
parent 66ffa7a0a6
commit 3604a20b67
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -42,8 +42,8 @@ distributions and NixOS versions.
Also, the `home-manager` tool does not explicitly support rollbacks at Also, the `home-manager` tool does not explicitly support rollbacks at
the moment so if your home directory gets messed up you'll have to fix the moment so if your home directory gets messed up you'll have to fix
it yourself. See the [rollbacks](#rollbacks) section for instructions it yourself. See the [rollbacks][] section for instructions on how to
on how to manually perform a rollback. manually perform a rollback.
Now when your expectations have been built up and you are eager to try Now when your expectations have been built up and you are eager to try
all this out you can go ahead and read the rest of this text. all this out you can go ahead and read the rest of this text.
@ -126,3 +126,4 @@ This project is licensed under the terms of the [MIT license](LICENSE).
[manual nixos install]: https://nix-community.github.io/home-manager/index.html#sec-install-nixos-module [manual nixos install]: https://nix-community.github.io/home-manager/index.html#sec-install-nixos-module
[manual nix-darwin install]: https://nix-community.github.io/home-manager/index.html#sec-install-nix-darwin-module [manual nix-darwin install]: https://nix-community.github.io/home-manager/index.html#sec-install-nix-darwin-module
[manual nix flakes]: https://nix-community.github.io/home-manager/index.html#ch-nix-flakes [manual nix flakes]: https://nix-community.github.io/home-manager/index.html#ch-nix-flakes
[rollbacks]: https://nix-community.github.io/home-manager/index.html#sec-usage-rollbacks