diff --git a/functions/__yay_rebuild.fish b/functions/__yay_rebuild.fish index 4b57918..2ab83a1 100644 --- a/functions/__yay_rebuild.fish +++ b/functions/__yay_rebuild.fish @@ -20,9 +20,9 @@ function __yay_rebuild set orig (pwd) cd $flake_path if set -q _flag_trace - __yay_run "nh os switch .#$host -- --impure --show-trace" + __yay_run "nh os switch . -H $host -- --impure --show-trace" else - __yay_run "nh os switch .#$host -- --impure" + __yay_run "nh os switch . -H $host -- --impure" end cd $orig end \ No newline at end of file