bud: remove get command

This commit is contained in:
Infinidoge 2021-11-30 13:16:52 -05:00
parent d07b733b96
commit e3ab8cf7e1
2 changed files with 0 additions and 8 deletions

View file

@ -1,12 +1,5 @@
{ pkgs, lib, budUtils, ... }: {
bud.cmds = with pkgs; {
get = {
writer = budUtils.writeBashWithPaths [ nixUnstable git coreutils ];
synopsis = "get [DEST]";
help = "Copy the desired template to DEST";
script = ./get.bash;
};
buildthis = {
writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ];
synopsis = "buildthis (switch|boot|test)";