Silvan Mosberger
Silvan Mosberger
Just want to briefly chime in: In Nixpkgs we currently enforce formatting for new files and files that are already formatted, which makes sure that the number of unformatted files...
Randomly stumbling upon this, this is great!
Approved by the Foundation ✔️ Make sure to refer to this issue when submitting the expense to https://opencollective.com/nixos/expenses/new Please also post a link to the expense here if possible, so...
Approved by the Foundation ✔️ Make sure to refer to this issue when submitting the expense to https://opencollective.com/nixos/expenses/new Please also post a link to the expense here if possible, so...
Thank you for submitting the budget request. Can you clarify why a separate foundation is needed to host such events? If you need a fiscal/legal host, we believe the NixOS...
That sounds great! Could we ask you to add a NixOS logo linked to nixos.org on your website in return? We'd also like to hear more about your activities to...
Honestly, it looks like there's consensus for this idea, I don't see anybody opposed to it. Mic92 also already [confirmed](https://github.com/NixOS/rfcs/pull/185#issuecomment-2564681159) that it's fine with infra. The only thing would be...
Yeah it should be fixed the other way around, paths in Flakes should use the virtual store dir: ```nix { outputs = { ... }: { path = ./.; storeDir...
https://github.com/NixOS/nixpkgs/pull/344216#discussion_r1781965008 really needs to be added as tests, because those `wrapped` and `type` attributes aren't needed and actually break it :sweat_smile:. `lib/tests/modules.sh` would be a good entry-point for testing that.
I mean that in the comment I linked, I showed you two additional test cases that should be added to `modules.sh` in this PR