tweak(bud): buildthis -> rb

This commit is contained in:
Infinidoge 2022-04-28 00:26:31 -04:00
parent 8bb0369c1c
commit 5bb901ca2c
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
{ pkgs, lib, budUtils, ... }: { { pkgs, lib, budUtils, ... }: {
bud.cmds = with pkgs; { bud.cmds = with pkgs; {
buildthis = { rb = {
writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ]; writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ];
synopsis = "buildthis (switch|boot|test)"; synopsis = "rb (switch|boot|test)";
help = "Shortcut for nixos-rebuild using the current hostname"; help = "Shortcut for nixos-rebuild using the current hostname";
script = ./buildthis.bash; script = ./rb.bash;
}; };
install-doom = { install-doom = {