Commit Graph

21 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
R. Ryantm
18885978c3 oh-my-posh: 23.15.0 -> 23.20.3 2024-10-25 19:14:44 +00:00
K900
3c7d6adcc8 oh-my-fish: fix substituteAll usage 2024-10-20 18:53:30 +03:00
R. Ryantm
f8465c990c oh-my-posh: 23.14.1 -> 23.15.0 2024-10-01 12:26:28 +00:00
R. Ryantm
f5d0813bbd oh-my-posh: 23.12.0 -> 23.14.1 2024-09-23 03:55:30 +00:00
R. Ryantm
cd117b3f49 oh-my-posh: 23.4.0 -> 23.12.0 2024-09-10 12:45:41 +00:00
Peder Bergebakken Sundt
b5fc4cd1c2
Merge pull request #329314 from redyf/update-oh-my-posh
oh-my-posh: 21.17.2 -> 22.4.0
2024-08-14 02:11:38 +02:00
redyf
07531e7941 oh-my-posh: 21.17.2 -> 22.4.0 2024-08-01 10:43:11 -03:00
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
SolidRhino
d106661b6c
oh-my-posh: 21.9.1 -> 21.17.2
Diff: https://github.com/jandedobbeleer/oh-my-posh/compare/refs/tags/v21.9.1...v21.17.2

Changelog: https://github.com/JanDeDobbeleer/oh-my-posh/releases/tag/v21.17.2
2024-06-30 21:10:16 +02:00
R. Ryantm
31687eaa6f oh-my-posh: 21.3.0 -> 21.9.1 2024-06-15 02:11:50 +00:00
R. Ryantm
5aa410781a oh-my-posh: 21.0.1 -> 21.3.0 2024-06-11 19:29:43 +10:00
Alexis Hildebrandt
f8c4a98e8e treewide: Remove the definite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02: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
R. Ryantm
03266530c8 oh-my-posh: 20.2.0 -> 21.0.1 2024-05-31 11:20:49 +00:00
R. Ryantm
19bcafba4d oh-my-posh: 19.29.0 -> 20.2.0 2024-05-25 22:38:04 +00:00
R. Ryantm
9e68ee2e29 oh-my-posh: 19.27.0 -> 19.29.0 2024-05-14 15:02:04 +00:00
R. Ryantm
5cd6e34e7a oh-my-posh: 19.24.3 -> 19.27.0 2024-05-07 02:35:52 +00:00
Luc Perkins
1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
Anderson Torres
a25d87618a oh-my-fish: patch to fixup permissions during installation
TODO: send it to upstream
2023-11-25 20:11:49 -03:00
Anderson Torres
dbed3c605f oh-my-fish: migrate to by-name 2023-11-25 20:11:49 -03:00