Commit Graph

8 Commits

Author SHA1 Message Date
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
Alyssa Ross
df61c2acb5 treewide: remove executable bit from .nix files
???
2024-09-14 13:08:57 +02:00
Otavio Salvador
aa10d70b21 uuu: 1.5.181 -> 1.5.182 2024-06-03 14:05:37 -03:00
R. Ryantm
ecbb9d9e5d uuu: 1.5.179 -> 1.5.181 2024-05-04 23:02:06 +00:00
Otavio Salvador
d0b73a3518 uuu: 1.5.141 -> 1.5.179
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2024-04-11 18:16:00 -03:00
Otavio Salvador
6923231af9 uuu: fix updateScript to pass specific version-regexp
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-11-28 20:06:39 -03:00
Otavio Salvador
b444fd33d0 uuu: 1.5.125 -> 1.5.141 2023-11-12 21:09:50 +00:00
Otavio Salvador
c3d5929b80 uuu: init at 1.5.125
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2023-10-31 15:09:00 -03:00