Robert Hensing
Robert Hensing
Nice! Basically you have to add an open source license so that people can use it without legal risk, and then follow https://flake.parts/generate-documentation.html
This could be a new function besides `__functor` that takes an extra argument representing overrides, similar to what you'd get with `--override-input` on flakes that are loaded into the Nix...
Triaged in Nix meeting: Assigned to @tomberek and @abathur (if that's ok :) )
Did you find the [`debug` option](https://flake.parts/options/flake-parts#opt-debug)? I think it covers your needs. It adds to the flake outputs: - `currentSystem` (`perSystem` for `builtins.currentSystem` if applicable) - `currentSystem._module.args.pkgs` - ... -...
Closure sizes don't add and subtract normally due to shared dependencies, so it's often not as bad as it looks. Rebuilding Nix 2.24 without the aws-sdk-cpp dependency gives me a...
It would also be good to have separate stats for max heap size and final heap size, if possible.
Discussed in meeting today: @Ericson2314: previous concerns have been addressed. @Ericson2314: this does canonicalize `__json` on read. A drv file would have to be crafted to observe this new behavior....
Can't reproduce the vm_tests failure. Could be detsys action adjacent, @edolstra?
@jfly thank you for the detailed report! This was clearly the effect of the `filterAttrs` call that was in the `formatters.nix` module. I should have documented that, but most likely,...
Should be easy, but does require that everyone updates their Nix, and we don't have any means to tell them to, besides perhaps a pinned issue here.