diff --git a/shell/bud/default.nix b/shell/bud/default.nix index 7405281..1b067f9 100644 --- a/shell/bud/default.nix +++ b/shell/bud/default.nix @@ -1,5 +1,7 @@ { pkgs, lib, budUtils, ... }: { bud.cmds = with pkgs; { + up.enable = false; + rb = { writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ]; synopsis = "rb (switch|boot|test)";