3 lines
97 B
Nix
3 lines
97 B
Nix
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [ nodejs_22 ];
|
|
}
|