fix(home-manager): escape shell ${} in justfile template
This commit is contained in:
parent
8f342c6c27
commit
37b238d34b
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue