tweak(bud): buildthis -> rb
This commit is contained in:
parent
8bb0369c1c
commit
5bb901ca2c
2 changed files with 3 additions and 3 deletions
7
shell/bud/rb.bash
Normal file
7
shell/bud/rb.bash
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/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}"
|
Loading…
Add table
Add a link
Reference in a new issue