Just general ideas, about things.
Nix should:
- A way to guard against evaluation under OfBorg or nixpkgs-review, both of which allow broken, that does not involve setting badPlatforms
- NixOS/nix#11712
- NixOS/nix#11683
- NixOS/nix#11642
- NixOS/nix#11557
- NixOS/nix#11555
- NixOS/nix#11359
- NixOS/nix#11228
- NixOS/nix#11161
- NixOS/nix#11101
- NixOS/nix#11001
- NixOS/nix#11746
- NixOS/nix#11719
- NixOS/nix#11506
- NixOS/nix#11143
- NixOS/nix#11130
- NixOS/nix#10937
- NixOS/nix#10590
- NixOS/nix#10511
- NixOS/nix#10505
- NixOS/nix#10280
- NixOS/nix#10218
- NixOS/nix#10201
- NixOS/nix#9967
- NixOS/nix#9895
- pennae mentions reducing the size of a Value to a single tagged pointer
- NixOS/nix#9551
- NixOS/nix#9429
- NixOS/nix#9287
- NixOS/nix#9145
- NixOS/nix#8585
- NixOS/nix#8105
- NixOS/nix#7247
- NixOS/nix#6855
- DeterminateSystems/nix-src#125
nixpkgs-review should:
- be able to skip packages which use
requireFileas theirsrcinstead of reporing them as broken every time
Attic should:
- be refactored into a client, frontend (HTTP binary cache protocol), and backend (chunk store and NAR assembly)
- be able to run on Cloudflare via Workers and D1
- naive object storage (except maybe MinIO) will not be performant due to the number of small files being fetched simultaneously https://blog.min.io/challenge-big-data-small-files/