diff --git a/bud/default.nix b/bud/default.nix index 63569a0..bcc7dfe 100644 --- a/bud/default.nix +++ b/bud/default.nix @@ -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)"; diff --git a/bud/get.bash b/bud/get.bash deleted file mode 100644 index b88081b..0000000 --- a/bud/get.bash +++ /dev/null @@ -1 +0,0 @@ -nix flake new -t "github:divnix/devos/main" "${2:-devos}"