This commit is contained in:
nora 2025-12-07 18:00:59 +01:00
commit 464bdc2478
7 changed files with 89 additions and 0 deletions

3
shell.nix Normal file
View file

@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell {
nativeBuildInputs = [ pkgs.nodejs_24 pkgs.pnpm ];
}