DavHau

Results 328 comments of DavHau

You could whitelist the temporary directory in lock_info_from_path

@purepani We already initialized the repo during the last week, set up CI, and added a couple of packages. Would you like to migrate the home-assistant package to there? Also...

Yarn lock files are currently not supported. You have to use npm to create a paclage-lock.json file

Yes, yarn was supported in a previous version of dream2nix but deprecated to reduce maintainership burden. Any reason why you cannot use npm for your use case?

Possible for sure. We just have to come up with an architecture for it. What's different in dream2nix is that dependencies are resolved impurely. That means we cannot put the...

I'm not sure to be honest. What we don't want for sure is having two separate dependency specifications or two separate lock files. If we make it individul modules we...

We could add an option 'paths.flakeAttrPath' which, when set, would improve the error message to be more specific.

Hm, that would imply modifying the flake. Currently all the single-package examples share the exact same flake.nix and I like to keep it that way to simplify maintenance. Maybe the...

Hm, maybe we should refactor the whole thing to use `python3`, not `python` what do you think?