blood.pet/shell.nix
2025-03-09 16:47:15 -07:00

7 lines
140 B
Nix

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