From 987685ed533bee560cabdd8890fcac3943467e51 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 28 Apr 2022 00:26:42 -0400 Subject: [PATCH] tweak(bud): remove up --- shell/bud/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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)";