This commit is contained in:
Tobias Reisinger 2024-01-08 23:37:31 +01:00
commit d6985ded7e
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
18 changed files with 348 additions and 0 deletions

6
shell.nix Normal file
View file

@ -0,0 +1,6 @@
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
bashly
];
}