summaryrefslogtreecommitdiffstats
path: root/agenda/add RFC to have typed config argument for packages.md
blob: bc7543d0072f474458d3b10567109b7be51ba810 (plain)
1
2
3
currently packages (in nixpkgs) have configuration parameters which take same namespace as package names. ideally we want a general solution to give an configuration attrset to each package which has its option build with mkOption and all the types magic.

This could have negative impact on build/evaluation times