feat: port-tools
Very unfinished, but it's useful as-is!
This commit is contained in:
7
scripts/port-tools/default.nix
Normal file
7
scripts/port-tools/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs ? import <nixpkgs> {}
|
||||
}:
|
||||
|
||||
pkgs.writeShellScriptBin "ports" ''
|
||||
${pkgs.babashka}/bin/bb --init "${./ports}" -m port-tools -- "$@" || exit=$?
|
||||
exit $exit
|
||||
''
|
||||
Reference in New Issue
Block a user