NAHO
NAHO
This is a PoC implementation of the following discussion: > We can try setting the number of threads for `nix-fast-build` first; it's currently set to the number of cores. >...
Regarding the performance comment about `lib.recursiveUpdate`, should we still use `lib.recursiveUpdate` since the `script` attribute set is fairly small? For reference, here is the relevant `lib.recursiveUpdate` implementation: > ```nix >...
``` commit 428b3a54cabd0fd93fa487979e225c43de679785 Author: NAHO Date: 2025-10-16 15:21:47 +0200 Add systems input to leverage extensible flake systems pattern Add the systems input to transitively leverage the "externally extensible flake systems"...
``` Closes: https://github.com/NixOS/nixfmt/issues/304 ``` CC: @jfly
### Description [To avoid opinionated formatting nitpick reviews](https://github.com/NixOS/nixpkgs/issues/387072), [Stylix removes artistic code formatting by enforcing `nixfmt --strict`](https://github.com/nix-community/stylix/pull/2041). IMHO artistic formatting (not using `--strict` equivalents) is great for projects with few...
No idea how easy or hard this is to implement, but it might be nice to have an option to remove optional `builtins.` prefixes for elements that are already in...