tweak(bud): remove up
This commit is contained in:
parent
5bb901ca2c
commit
987685ed53
1 changed files with 2 additions and 0 deletions
|
@ -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)";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue