Commit Graph

6 Commits

Author SHA1 Message Date
Victor Engmark
97927bc69d
mutmut: Add l0b0 as maintainer 2024-11-11 13:48:37 +13:00
Victor Engmark
4b610f43ae
mutmut: 2.2.0 -> 3.2.0
With dependencies from the upstream requirements file
<https://github.com/boxed/mutmut/blob/3.2.0/requirements.txt>.
2024-11-11 13:48:37 +13:00
Victor Engmark
cd6b4e2606
mutmut: Simplify context
Avoids `with` except for when every reference is to an attribute within
that attribute set.
2024-11-11 13:45:18 +13:00
Victor Engmark
e713e631a4
mutmut: Refer to tag directly
To avoid the possibility of an ambiguous reference.
2024-11-11 13:45:14 +13:00
Victor Engmark
a707a2b221
mutmut: Format with nixfmt-rfc-style 2024-11-11 13:44:52 +13:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00