jompiler/shell.nix
2024-11-20 20:55:17 +01:00

3 lines
97 B
Nix

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