This commit is contained in:
nora 2025-08-16 00:22:59 +02:00
commit 2ca0fea9a7
4 changed files with 769 additions and 0 deletions

3
shell.nix Normal file
View file

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