Commit Graph

9 Commits

Author SHA1 Message Date
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
R. Ryantm
cab3bda859 lpairs2: 2.3 -> 2.3.1 2024-06-28 17:52:41 +00:00
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Doron Behar
1a00c76659 LPCNet: init at 0.5 2024-06-06 09:26:06 +03:00
Sebastian Johansson
20d28dbcb3
lprint: remove self from maintainer list 2024-04-28 19:48:36 +02: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
Chloride Cull
4645daeec4 lprint: init at 1.3.1 2024-03-11 16:58:02 +01:00
Anderson Torres
b39fd9c745 lpairs2: refactor
- finalAttrs design pattern
- meta.mainProgram
2024-03-02 19:08:07 -03:00
Anderson Torres
27fbdc9119 lpairs2: migrate to by-name 2024-03-02 17:58:04 -03:00