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
Thiago Kenji Okada
2c43dd5d82 nixos/tests/sx: init 2024-08-10 20:42:25 +01:00
Thiago Kenji Okada
27c719c2bf sx: use finalAttrs and remove with lib usage 2024-08-10 19:45:07 +01:00
Thiago Kenji Okada
a3792498b1 sx: add desktop file and providedSessions 2024-08-10 19:45:07 +01:00
Thiago Kenji Okada
0d08b8900d sx: nixpkgs-rfc-style formatting 2024-08-10 19:45:07 +01:00
Sigmanificient
305f2d8dd4 sxcs: init at 1.1.0 2024-06-16 17:34:37 +02:00
Thiago Kenji Okada
c9147502cb sx: 2.1.7 -> 3.0 2024-01-08 12:28:17 +00:00
Thiago Kenji Okada
ba9e28d96c sx: migrate to by-name 2024-01-08 12:26:38 +00:00
Anderson Torres
99f10b4ceb sxhkd: refactor
- migrate to by-name
- split outputs
- add meta.mainProgram
2023-11-06 07:20:49 -03:00