mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2026-01-11 12:13:04 +00:00
5 lines
115 B
Nix
5 lines
115 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
pkgs.mkShell {
|
|
buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm ];
|
|
}
|