mirror of
https://github.com/nix-community/home-manager
synced 2024-11-22 20:53:14 +00:00
docs: fix standalone flake setup
This commit is contained in:
parent
5375afb2fb
commit
30082a623a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Make sure to also update to the `stateVersion` option accordingly.
|
||||||
[source,console]
|
[source,console]
|
||||||
----
|
----
|
||||||
$ nix build --no-link <flake-uri>#homeConfigurations.jdoe.activationPackage
|
$ nix build --no-link <flake-uri>#homeConfigurations.jdoe.activationPackage
|
||||||
$ "$(nix path-info <flake-uri>#homeConfigurations.jdoe.activationPackage)"/bin/activate
|
$ "$(nix path-info <flake-uri>#homeConfigurations.jdoe.activationPackage)"/activate
|
||||||
----
|
----
|
||||||
+
|
+
|
||||||
Substitute `<flake-uri>` with the flake URI of the configuration flake.
|
Substitute `<flake-uri>` with the flake URI of the configuration flake.
|
||||||
|
|
Loading…
Reference in a new issue