mirror of
https://github.com/logos-co/ecosystem.git
synced 2026-08-27 12:31:10 +00:00
5 lines
115 B
Nix
5 lines
115 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs.buildPackages; [ nodejs_22 ];
|
|
}
|