Commit Graph

9 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
h7x4
594866cff8
e1s: fix changelog url 2024-10-06 04:17:38 +02:00
R. Ryantm
1abe16b74d e1s: 1.0.39 -> 1.0.41 2024-10-05 18:35:34 +00:00
R. Ryantm
5614147535 e1s: 1.0.38 -> 1.0.39 2024-09-16 13:35:51 +00:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
R. Ryantm
cc7001149d e1s: 1.0.37 -> 1.0.38 2024-06-18 01:32:08 +00:00
R. Ryantm
033515f1ad e1s: 1.0.36 -> 1.0.37 2024-06-03 00:18:20 +00:00
R. Ryantm
052d17f796 e1s: 1.0.34 -> 1.0.36 2024-05-28 05:12:51 +00:00
zelkourban
bd191d0748 e1s: init at 1.0.34
e1s: refactor

Remove unused comment

e1s: refactor

Using rec is discouraged, you can learn more here: https://nix.dev/guides/best-practices#recursive-attribute-set-rec

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>

e1s: refactor

make sure we're getting the tag and not the branch

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>

e1s: refactor

fix eval

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-05-12 18:08:00 +02:00