Commit Graph

15 Commits

Author SHA1 Message Date
K900
b715e74ab2 Merge remote-tracking branch 'origin/master' into staging-next 2025-12-22 21:42:30 +03:00
Pol Dellaiera
8839014040 phpPackages.phpinsights: update vendorHash 2025-12-22 15:13:36 +01:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
Maximilian Bosch
52568d6961 phpPackages.phpinsights: fix composer hash
Confirmed with diffoscope that only the composer-generated code did change.
See #451395
2025-10-17 21:51:54 +02:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Gaetan Lepage
bfe27cf81c treewide: use a string for versionCheckProgramArg where possible 2025-04-05 14:45:13 +02:00
Pol Dellaiera
7e70611b1e phpPackages.phpinsights: update hash, add installCheck 2025-03-04 23:23:20 +01:00
Patka
9148144682 phpPackages.phpinsights: 2.11.0 -> 2.12.0 2024-11-13 16:32:34 +01: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
Patka
1d1635196a maintainers: remove patka 2024-07-02 01:36:56 +02:00
Patka
97f69cbe09 phpPackages.phpinsights: fix build
The old lock was generated with php82, so the php81Packages version was broken. The build errors with the old lock: https://hydra.nixos.org/build/259472196/nixlog/2
2024-05-13 21:55:22 +02:00
Patka
f1732f8c79 Revert "maintainers: remove patka" 2024-05-06 14:08:44 +02:00
Pol Dellaiera
c759efa5e7 workflows/check-nix-format: enforce for php-packages 2024-05-04 23:04:36 +02:00
Patka
0757a75279 maintainers: remove patka 2024-04-26 21:52:53 +02:00
Patka
d3ef766498 phpPackages.phpinsights: init at 2.11.0 2024-03-24 10:21:39 +01:00