From 03b7495183e86e3d71852975697dcb7ac8779811 Mon Sep 17 00:00:00 2001 From: Shamrock Lee <44064051+ShamrockLee@users.noreply.github.com> Date: Sat, 12 Feb 2022 18:11:09 +0000 Subject: [PATCH] docs: fix typo and clarify --- docs/nix-flakes.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/nix-flakes.adoc b/docs/nix-flakes.adoc index a0e6aac7..609eac18 100644 --- a/docs/nix-flakes.adoc +++ b/docs/nix-flakes.adoc @@ -99,6 +99,7 @@ $ nix build --no-link #homeConfigurations.jdoe.activationPackage $ "$(nix path-info #homeConfigurations.jdoe.activationPackage)"/bin/activate ---- + +Substitute `` with the flake URI of the configuration flake. If `flake.nix` resides in `~/.config/nixpkgs`, `` may be `~/.config/nixpkgs` as a Git tree or `path:~/.config/nixpkgs` if not. @@ -107,7 +108,7 @@ as a Git tree or `path:~/.config/nixpkgs` if not. building a flake-based configuration is as simple as + [source,console] -$ home-manager switch --flake 'flake-uri#jdoe' +$ home-manager switch --flake '#jdoe' + once home-manager is installed. +