3d/shell.nix
2023-09-30 23:40:24 -04:00

7 lines
No EOL
91 B
Nix

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