Files
sydnix/scripts/port-tools/shell.nix
Madeleine Sydney cf8b6e7ba1 feat: port-tools
Very unfinished, but it's useful as-is!
2025-03-02 18:54:32 -07:00

9 lines
88 B
Nix

{ pkgs ? import <nixpkgs> {}
}:
pkgs.mkShell {
packages = [
pkgs.babashka
];
}