Files
2025-10-21 22:28:56 +02:00

7 lines
86 B
Nix

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