From 30082a623ac3a88b6649251602c10464570dc011 Mon Sep 17 00:00:00 2001 From: Caleb Chase Date: Wed, 16 Feb 2022 21:33:32 -0600 Subject: [PATCH] docs: fix standalone flake setup --- docs/nix-flakes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nix-flakes.adoc b/docs/nix-flakes.adoc index c3bfabe0d..2c1bb099c 100644 --- a/docs/nix-flakes.adoc +++ b/docs/nix-flakes.adoc @@ -99,7 +99,7 @@ Make sure to also update to the `stateVersion` option accordingly. [source,console] ---- $ nix build --no-link #homeConfigurations.jdoe.activationPackage -$ "$(nix path-info #homeConfigurations.jdoe.activationPackage)"/bin/activate +$ "$(nix path-info #homeConfigurations.jdoe.activationPackage)"/activate ---- + Substitute `` with the flake URI of the configuration flake.