tweak(bud): rb -> b

This commit is contained in:
Infinidoge 2022-04-28 11:33:16 -04:00
parent 987685ed53
commit 91e9add348
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
attr="$FLAKEROOT#$HOST"
if [ -x /run/wrappers/bin/sudo ]; then
export PATH=/run/wrappers/bin:$PATH
fi
nixos-rebuild --flake "$attr" --use-remote-sudo "${@:-switch}"