prepare for private demos

This commit is contained in:
Robin Appelman 2025-04-02 20:37:03 +02:00
commit ffb230045c
6 changed files with 58 additions and 14 deletions

View file

@ -5,7 +5,7 @@
}: let
inherit (lib.sources) sourceByRegex;
in
importNpmLock.buildNodeModules {
importNpmLock.buildNodeModules {
inherit nodejs;
npmRoot = sourceByRegex ../. ["package.*"];
}