Commit Graph

5 Commits

Author SHA1 Message Date
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
Austin Horstman
da65da9696
waybar-mpris: add passthru.updateScript 2024-03-27 14:31:23 -05:00
Paul Meyer
ad6bc6f680 waybar-mpris: remove unused dependency 2023-12-30 20:55:22 +01:00
Paul Meyer
2b1c2cb1cd waybar-mpris: cleanup Go flags
- fix strip flags by setting as ldflags
- remove `-trimpath`, this is set by buildGoModule
- remove `-modcacherw`, `-mod=readonly`, `-linkmode=external`
  as flags had no effect (check hash of binary when removing)
- remove `-buildmode=pie` (not sure why we would need a PIE here)
2023-12-30 20:53:32 +01:00
Austin Horstman
871f4846bd
waybar-mpris: init at unstable-2022-01-27 2023-10-22 19:18:41 -05:00