feat: test stuff

This commit is contained in:
2024-04-24 11:23:26 +02:00
parent 0f90ac4ed1
commit 101b89f378
7 changed files with 106 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [ nodejs_18 nodePackages.pnpm ];
}