bud: move to shell and use git clone for get
This commit is contained in:
parent
3587d67506
commit
87f1d7da18
|
@ -1 +0,0 @@
|
||||||
nix flake new -t "github:divnix/devos/main" "${2:-devos}"
|
|
|
@ -141,7 +141,7 @@
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
budModules = { devos = import ./bud; };
|
budModules = { devos = import ./shell/bud; };
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
|
1
shell/bud/get.bash
Normal file
1
shell/bud/get.bash
Normal file
|
@ -0,0 +1 @@
|
||||||
|
git clone https://github.com/divnix/devos.git "${2:-devos}"
|
Loading…
Reference in a new issue