h2.js/shell.nix
2025-08-16 00:22:59 +02:00

3 lines
88 B
Nix

{ pkgs ? import <nixpkgs> { }, ... }: pkgs.mkShell {
packages = [ pkgs.nodejs_24 ];
}