1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00
Commit graph

19 commits

Author SHA1 Message Date
Aleksana 95c55e6d11
ecsk: init at 0.9.3 (#351894) 2024-11-12 22:49:01 +08:00
R. Ryantm 220af85c25 ecs-agent: 1.87.0 -> 1.87.1 2024-11-10 02:24:54 +01:00
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
Reno Dakota 52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
wxt 128f06e74e
ecapture: 0.8.8 -> 0.8.9 2024-11-03 20:37:00 +08:00
whtsht bca5688b01 ecsk: init at 0.9.3
Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-10-30 09:58:07 +09:00
wxt fe77538f33
ecapture: 0.8.7 -> 0.8.8 2024-10-25 21:56:45 +08:00
wxt 426ecabdbe
ecapture: add passthru.updateScript 2024-10-25 21:55:15 +08:00
R. Ryantm 43be2aeca6 ecapture: 0.8.6 -> 0.8.7 2024-10-07 12:40:10 +00:00
wxt 6ce3491244 ecapture: init at 0.8.6 2024-09-25 16:16:11 +08:00
aleksana 1a89942243 treewide: sha256 -> hash attribute for gitlab.com fetchers 2024-07-13 22:28:37 +08: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
Luc Perkins 1271860b5e
Move lucperkins packages into by-name 2024-05-03 15:37:38 -03:00
stuebinm ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm f3cef779c6 ecc: 1.0.11 -> 1.0.12 2023-11-03 16:10:04 +00:00
oluceps 8d14f6d2fd
ecc: init at 1.0.11
Co-authored-by: doronbehar <doron.behar@gmail.com>
2023-10-08 22:36:08 +08:00
Anderson Torres 94e53969fc ecmtools: refactor 2023-09-15 14:12:15 +00:00
Anderson Torres 37a01b3e4f ecmtools: migrate to by-name 2023-09-15 14:12:15 +00:00