tweak(bud): rb -> b
This commit is contained in:
parent
987685ed53
commit
91e9add348
2 changed files with 3 additions and 3 deletions
7
shell/bud/b.bash
Normal file
7
shell/bud/b.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