From 37b238d34b3b22374a6b26aa2d2a703792a47537 Mon Sep 17 00:00:00 2001 From: randogoth Date: Wed, 4 Feb 2026 21:35:27 +0200 Subject: [PATCH] fix(home-manager): escape shell ${} in justfile template --- templates/home-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/home-home.nix b/templates/home-home.nix index bbab79d..e59fd49 100644 --- a/templates/home-home.nix +++ b/templates/home-home.nix @@ -101,7 +101,7 @@ home-manager switch --flake ~/.config/home-manager#$USER [no-cd] rebuild: - sudo nixos-rebuild switch --flake "${NIXOS_FLAKE:-/etc/nixos}#$HOSTNAME" + sudo nixos-rebuild switch --flake "''${NIXOS_FLAKE:-/etc/nixos}#$HOSTNAME" [no-cd] clean: