scoped package

This commit is contained in:
Gregor Lohaus
2026-04-08 01:16:32 +02:00
parent 0e552ec4f5
commit b9f675d1b9
3 changed files with 29 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, lib, config, inputs, ... }:
{
packages = [ pkgs.bun ];
packages = [ pkgs.bun pkgs.nodejs_24];
languages.typescript.enable = true;
}