From 0868184b0376deb761a97702e6e41845ce224422 Mon Sep 17 00:00:00 2001 From: Yang, Bo Date: Sun, 8 May 2022 23:01:25 -0700 Subject: Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f5b748..c06bd49 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Using this method all profiles specified in the given `` will be deployed Optionally the flake can be constrained to deploy just a single node (`my-flake#my-node`) or a profile (`my-flake#my-node.my-profile`). -If your profile or node name has a . in it, simply wrap it in quotes, and the flake path in quotes (to avoid shell escaping), for example 'my-flake."myserver.com".system'. +If your profile or node name has a . in it, simply wrap it in quotes, and the flake path in quotes (to avoid shell escaping), for example 'my-flake#"myserver.com".system'. Any "extra" arguments will be passed into the Nix calls, so for instance to deploy an impure profile, you may use `deploy . -- --impure` (note the explicit flake path is necessary for doing this). -- cgit v1.2.3