mirror of
https://github.com/nix-community/home-manager
synced 2024-11-27 05:29:46 +01:00
docs: mention how to override the home-manager flake input (#3556)
This commit is contained in:
parent
3e42035fc0
commit
bd3efacb82
1 changed files with 5 additions and 0 deletions
|
@ -28,6 +28,11 @@ Assuming your clone is at `$HOME/devel/home-manager` then you can make the `home
|
|||
[source,console]
|
||||
$ home-manager -I home-manager=$HOME/devel/home-manager
|
||||
+
|
||||
or, if using <<sec-flakes-standalone,flakes>>:
|
||||
+
|
||||
[source,console]
|
||||
$ home-manager --override-input home-manager ~/devel/home-manager
|
||||
+
|
||||
or
|
||||
|
||||
2. changing the default path by ensuring your configuration includes
|
||||
|
|
Loading…
Reference in a new issue