| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | mkBinaryCache: add missing .nar extension•••Flagged in https://github.com/NixOS/nixpkgs/pull/376365#discussion_r1976613767. This now properly restores the .nar extension. | Florian Klink | 2025-03-08 | 1 | -2/+2 |
| * | mkBinaryCache: support different compression methods: xz (default), zstd, none | thomasjm | 2025-02-04 | 1 | -12/+40 |
| * | mkBinaryCache: process items in parallel | Tom McLaughlin | 2025-01-22 | 1 | -30/+56 |
| * | mkBinaryCache: fix FileHashes | Ryan Trinkle | 2024-12-21 | 1 | -1/+1 |
| * | pkgs/build-support: refactor drvs using `__structuredAttrs = true`•••Derivations affected by this patch set `__structuredAttrs = true;` and provide their own `builder`, i.e. it's necessary to `source .attrs.sh`. Rather than adding even more `if`-`source` monstrums, I decided to modify all of those derivations to use `buildCommand` or `runCommand`, without `builder` being set. Then, `$stdenv/setup` is sourced already and as a result it's safe to assume that `NIX_ATTRS_JSON_FILE`/`NIX_ATTRS_SH_FILE` point to a usable location both in a build and a shell session. | Maximilian Bosch | 2023-10-04 | 1 | -1/+1 |
| * | Introduce mkBinaryCache function | Tom McLaughlin | 2023-02-07 | 1 | -0/+43 |
