tweak(bud): remove up

This commit is contained in:
Infinidoge 2022-04-28 00:26:42 -04:00
parent 5bb901ca2c
commit 987685ed53

View file

@ -1,5 +1,7 @@
{ pkgs, lib, budUtils, ... }: { { pkgs, lib, budUtils, ... }: {
bud.cmds = with pkgs; { bud.cmds = with pkgs; {
up.enable = false;
rb = { rb = {
writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ]; writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ];
synopsis = "rb (switch|boot|test)"; synopsis = "rb (switch|boot|test)";