fix(bud): expose ssh to bud update

This commit is contained in:
Infinidoge 2023-04-06 11:03:45 -04:00
parent 82561bb9e0
commit c0b670b52e

View file

@ -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 ]);
};
}