Files
2025-04-07 22:48:18 -06:00

8 lines
88 B
Nix

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