doll.repair/shell.nix
2024-03-23 16:25:14 -04:00

5 lines
106 B
Nix

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