diff options
author | Anonymous <anon@anon.com> | 2021-09-28 23:28:15 +0200 |
---|---|---|
committer | Anonymous <anon@anon.com> | 2021-09-28 23:28:15 +0200 |
commit | c12375c9279edef67ef516075197f95747621813 (patch) | |
tree | ad65e7761e8874172aa5f2cd0dc77f39ee9f378e | |
parent | 1c8d9c9b2d7080854d0ac3c47d369272c3631406 (diff) |
Created add RFC to have typed config argument for packages (markdown)
-rw-r--r-- | agenda/add RFC to have typed config argument for packages.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/agenda/add RFC to have typed config argument for packages.md b/agenda/add RFC to have typed config argument for packages.md new file mode 100644 index 0000000..bc7543d --- /dev/null +++ b/agenda/add RFC to have typed config argument for packages.md @@ -0,0 +1,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
\ No newline at end of file |