bud: remove get command
This commit is contained in:
parent
d07b733b96
commit
e3ab8cf7e1
2 changed files with 0 additions and 8 deletions
|
@ -1,12 +1,5 @@
|
||||||
{ pkgs, lib, budUtils, ... }: {
|
{ pkgs, lib, budUtils, ... }: {
|
||||||
bud.cmds = with pkgs; {
|
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 = {
|
buildthis = {
|
||||||
writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ];
|
writer = budUtils.writeBashWithPaths [ nixUnstable nixos-rebuild git coreutils mercurial ];
|
||||||
synopsis = "buildthis (switch|boot|test)";
|
synopsis = "buildthis (switch|boot|test)";
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
nix flake new -t "github:divnix/devos/main" "${2:-devos}"
|
|
Loading…
Add table
Add a link
Reference in a new issue