bud: move to shell and use git clone for get
This commit is contained in:
parent
efc3380e13
commit
1a6f024d99
4 changed files with 6 additions and 3 deletions
|
@ -278,7 +278,10 @@
|
|||
templates.bud.path = ./.;
|
||||
templates.bud.description = "bud template";
|
||||
|
||||
} // {
|
||||
budModules = { devos = import ./bud; };
|
||||
};
|
||||
}
|
||||
//
|
||||
{
|
||||
budModules = { devos = import ./shell/bud; };
|
||||
}
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue