From c0b670b52ec28f0314554d4d3fc19c7e1949a837 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Thu, 6 Apr 2023 11:03:45 -0400 Subject: [PATCH] fix(bud): expose ssh to bud update --- shell/bud/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/bud/default.nix b/shell/bud/default.nix index 5226714..a4f5fa5 100644 --- a/shell/bud/default.nix +++ b/shell/bud/default.nix @@ -22,5 +22,7 @@ help = "Installs Doom Emacs from https://github.com/hlissner/doom-emacs"; script = ./install-doom.bash; }; + + update.writer = lib.mkForce (budUtils.writeBashWithPaths [ nixUnstable git mercurial openssh ]); }; }