Commit Graph

11 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
cdunder
fe815c1b43 wprs: add sanity test. 2024-10-29 09:01:17 -07:00
cdunder
3e7fda332b wprs: Fix missing runtime py dep.
wprs command requires psutils but is not built to have it.
2024-10-29 09:01:17 -07:00
mksafavi
b6aaa53e55 wprs: init at 0-unstable-2024-10-22 2024-10-27 17:22:04 +03:30
Rafael Kraut
eec69b590b
wp-cli: fix wrapper environment 2024-07-30 11:07:38 +02:00
nuko
40916ded4a
maintainers: rename nu-nu-ko to fsnkty 2024-06-15 14:21:38 +12:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
nuko
b4f1988038
wpaperd: 0.3.0 -> 1.0.1 & mv to by-name 2024-05-03 12:36:30 +12:00
Fabian Affolter
0c171e64cb
wp-cli: add changelog to meta 2024-03-17 09:33:23 +01:00
Fabian Affolter
ff1bbfc282 wp-cli: 2.9.0 -> 2.10.0
Diff: https://github.com/wp-cli/wp-cli/compare/None...v2.10.0
2024-03-17 09:31:09 +01:00
Peter Hoeg
437ced8331 wp-cli: allow overriding entire config file 2023-11-30 20:44:09 +01:00