The flake.lock file in the dream2nix official NextJS example has pyproject-nix in the flake.lock file, which probably shouldn't be the case.
The pyproject-nix flake seems to get included in any project that creates a dream2nix project when using nodejs-granular-v3, nodejs-package-json-v3 and dream2nix.lib.evalModules.
Is there an option to specify that the dream2nix project is exclusively Node.js, or some way to manually exclude any Python-related stuff?