tweak(bud): buildthis -> rb
This commit is contained in:
parent
8bb0369c1c
commit
5bb901ca2c
2 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue