Open jonringer opened 2 weeks ago
Make development shells easier to create with all derivations by having mkDerivation provide a toDevShell function, which can be used to convert a derivation into a similar derivation with additional dependencies.
mkDerivation
toDevShell
Make development shells easier to create with all derivations by having
mkDerivation
provide atoDevShell
function, which can be used to convert a derivation into a similar derivation with additional dependencies.