docs: fix standalone flake setup

This commit is contained in:
Caleb Chase 2022-02-16 21:33:32 -06:00 committed by Robert Helgesson
parent 5375afb2fb
commit 30082a623a
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ Make sure to also update to the `stateVersion` option accordingly.
[source,console]
----
$ 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.