feat: port-tools

Very unfinished, but it's useful as-is!
This commit is contained in:
Madeleine Sydney
2025-03-02 18:54:32 -07:00
parent 539c906149
commit cf8b6e7ba1
8 changed files with 103 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
{ pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
packages = [
pkgs.babashka
];
}