anum-frontend/shell.nix
2026-01-30 17:06:54 +02:00

9 lines
158 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
buildInputs = with pkgs; [
pnpm_10
nodejs_25
vscode-langservers-extracted
typescript
];
}