| Commit message (Expand) | Author | Age | Files | Lines |
| * | treewide: clean up 'meta = with' pattern•••This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
| Ihar Hrachyshka | 2025-12-10 | 1 | -3/+3 |
| * | python3Packages.btrfsutil: fix build | Tert0 | 2025-02-24 | 1 | -2/+23 |
| * | python3Packages: format with nixfmt | Martin Weinelt | 2024-05-22 | 1 | -4/+8 |
| * | python3Packages.btrfsutil: build separately from btrfs-progs•••btrfs-progs was installing its Python bindings as an egg, which doesn't work
with Nix. It turns out that there is no real benefit to building the Python
bindings as part of the btrfs-progs package. Instead, we can just package them
separately, and use nixpkgs' normal Python packaging support to install them as
a wheel. This fixes the bindings and reduces closure sizes.
| Ben Wolsieffer | 2022-12-06 | 1 | -0/+26 |