aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/remote-dev/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'remote-dev/README.md')
-rw-r--r--remote-dev/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/remote-dev/README.md b/remote-dev/README.md
index cc3eecc..455b108 100644
--- a/remote-dev/README.md
+++ b/remote-dev/README.md
@@ -38,9 +38,13 @@ git -C ~/.local/share/dotfiles pull
# (b) Package set in home.nix changed: rebuild HM.
cd ~/.local/share/dotfiles/remote-dev
-home-manager switch --impure --flake .#vm -b backup
+home-manager switch --impure --flake '.#vm' -b backup
```
+> The flake ref is single-quoted because the shared zshrc enables
+> `extendedglob`, which would otherwise interpret `.#vm` as a glob pattern
+> and fail with `zsh: no matches found`.
+
## Adding a tool
Edit `home.nix`, add to `home.packages`, then `home-manager switch`.