mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 09:46:04 +03:00
f017de2de4
mkDerivation should be minimal, but currently it always pulls in modules like `lock` and `paths` etc. despite those not being needed for many instances, like when mkDerivation is imported by a dependency. Modules like pip which do need some of these core modules, now need to directly depend on them. This will remove a bunch of unneeded options which currently pollute the manual. The remaining core dependencies of mkDerivation are now: deps, env, ui |
||
---|---|---|
.. | ||
dream2nix | ||
flake-parts | ||
flake.lock |