bud: move to shell and use git clone for get

This commit is contained in:
Parthiv Seetharaman 2021-12-29 15:41:58 -08:00
parent 3587d67506
commit 87f1d7da18
4 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
nix flake new -t "github:divnix/devos/main" "${2:-devos}"

View file

@ -141,7 +141,7 @@
}
//
{
budModules = { devos = import ./bud; };
budModules = { devos = import ./shell/bud; };
}
;
}

1
shell/bud/get.bash Normal file
View file

@ -0,0 +1 @@
git clone https://github.com/divnix/devos.git "${2:-devos}"