Refactor ts-control with bashly
This commit is contained in:
parent
93ebbbd5d2
commit
7694bf365c
21 changed files with 217 additions and 175 deletions
6
shell.nix
Normal file
6
shell.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
with import <nixpkgs> {};
|
||||
mkShell {
|
||||
nativeBuildInputs = [
|
||||
bashly
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue