docs: mention how to override the home-manager flake input (#3556)
This commit is contained in:
parent
3e42035fc0
commit
bd3efacb82
|
@ -28,6 +28,11 @@ Assuming your clone is at `$HOME/devel/home-manager` then you can make the `home
|
||||||
[source,console]
|
[source,console]
|
||||||
$ home-manager -I home-manager=$HOME/devel/home-manager
|
$ 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
|
or
|
||||||
|
|
||||||
2. changing the default path by ensuring your configuration includes
|
2. changing the default path by ensuring your configuration includes
|
||||||
|
|
Loading…
Reference in a new issue