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

View file

@ -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.