mirror of
https://github.com/Noratrieb/println.git
synced 2026-03-14 14:36:11 +01:00
3 lines
102 B
Nix
3 lines
102 B
Nix
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
|
|
nativeBuildInputs = [ pkgs.nodejs_24 pkgs.pnpm ];
|
|
}
|