goodbyekansas / nedryland

Nedryland is a collection of utilities and a build system for declaring, building and deploying microservice solutions.
https://goodbyekansas.github.io/nedryland/
BSD 3-Clause "New" or "Revised" License
9 stars 0 forks source link

base.mkDerivation has no override #324

Open abbec opened 10 months ago

abbec commented 10 months ago

When using base.mkDerivation, .override/.overrideAttrs is the one from stdenv.mkDerivation which means that any logic in base.mkDerivation is not run when overriding.