| 17 Apr 2023 |
infinisil | @room: The next meeting will take place in ~5 minutes - meeting link - live stream - meeting notes | 14:24:10 |
infinisil | Quick update for here as well: Meetings will be bi-weekly now and on Tuesday instead of Monday, same time though. The first bi-weekly one is in two weeks, 2023-05-02 | 15:30:46 |
infinisil | Robert Hensing (roberth): Regarding RFC 140, I'd like to discuss Custom Arguments again | 20:10:59 |
infinisil | We introduced that to make it so that when there's a need for a custom argument to callPackage, one wouldn't have to switch away from using pkgs/unit, instead you could just add a definition to all-packages.nix with that argument. But that's just one possible exception, there's many others, like python3Packages.callPackage, callPackages, etc. | 20:13:28 |
infinisil | The main problem I have is that a nice property is lost like this: One cannot just look at pkgs/unit/he/hello/package.nix and be sure that that's how pkgs.hello is defined. Because now there's this hidden component of "What if it's overridden with custom arguments in all-packages.nix" | 20:15:55 |
infinisil | I should probably just make this a comment in the RFC | 20:20:46 |
infinisil | See my comments here: https://github.com/NixOS/rfcs/pull/140#pullrequestreview-1389030207 | 23:09:12 |
infinisil | We have at least 3 non-NAT shepherds now thanks to piegames! The steering committee should meet tomorrow and officially announce the shepherd team. Shortly after that (if the shepherd leader hasn't yet) I'll work to find a time to meet with the shepherds to move this along :) | 23:22:56 |
| 18 Apr 2023 |
Robert Hensing (roberth) | In reply to @infinisil:matrix.org We introduced that to make it so that when there's a need for a custom argument to callPackage, one wouldn't have to switch away from using pkgs/unit, instead you could just add a definition to all-packages.nix with that argument. But that's just one possible exception, there's many others, like python3Packages.callPackage, callPackages, etc. The difference is those exceptions don't appear and disappear overnight. callPackage arguments do. | 15:39:50 |
Robert Hensing (roberth) | more detail here https://github.com/NixOS/rfcs/pull/140#discussion_r1170241659 | 15:49:41 |
Robert Hensing (roberth) | we've already been over this, so I'd like to keep it short | 15:49:58 |
infinisil | Robert Hensing (roberth): take a look at https://github.com/NixOS/rfcs/pull/140#discussion_r1169340835 | 15:51:58 |