feat: port-tools
Very unfinished, but it's useful as-is!
This commit is contained in:
8
scripts/port-tools/shell.nix
Normal file
8
scripts/port-tools/shell.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs ? import <nixpkgs> {}
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
packages = [
|
||||
pkgs.babashka
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user