This commit is contained in:
JuLi0n21 2026-04-15 22:47:27 +02:00
commit 7697319a4d
11 changed files with 76 additions and 103 deletions

View file

@ -3,5 +3,6 @@ pkgs.mkShell {
packages = [
pkgs.nodejs-slim
pkgs.pnpm
pkgs.go
];
}