docs: fix standalone flake setup

main
Caleb Chase 2 years ago committed by Robert Helgesson
parent 5375afb2fb
commit 30082a623a
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
  1. 2
      docs/nix-flakes.adoc

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

Loading…
Cancel
Save