Commit Graph

18 Commits

Author SHA1 Message Date
ckie
7d34b64eca maintainers: remove ckie
well, we failed. we have not saved nix together[0], and today's show of
utter incompetence[1] has pushed me over the edge along with many others[2]

it's been good. a lot of PRs. a lot of endless reviews.
some new friends, some old friends converted :P

cya in the next world, cuties <3

[0] https://save-nix-together.org/
[1] https://discourse.nixos.org/t/nca-member-jonringer-joint-announcement/48231
[2] https://github.com/NixOS/nixpkgs/issues?q=label%3A%228.has%3A+maintainer-list+%28update%29%22+remove+in%3Atitle+created%3A%3C2024-07-10
2024-07-02 02:40:02 +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
Yongun Seong
69ccea0338
pufferpanel: fix vendorHash for go1.22 2024-04-14 14:27:52 +09:00
Ivan Trubach
abe0b0c7ff pufferpanel: bump for go-swag update
The package fails to build with recent go-swag versions. We could have
used `go run github.com/swaggo/swag/cmd/swag`, but with the current Go
language framework in Nixpkgs this is really awkward since it’s hard to
infer proper GOOS/GOARCH/etc environment variables for the build
platform (and also reset environment variables intended for go build).
2024-03-17 02:28:47 +03:00
Ivan Trubach
46c3bc7395 pufferpanel: 2.6.7 -> 2.6.9 2023-08-27 13:22:26 +03:00
Robert Hensing
4c1d3cee60 treewide: Add meta.mainProgram
This should fix most warnings getExe in based on grepping `nixos/`.
2023-07-31 21:54:43 +02:00
Ivan Trubach
da4bcf47c5 pufferpanel: 2.6.6 -> 2.6.7 2023-07-08 10:50:38 +03:00
Ivan Trubach
406467c5cd pufferpanel: remove pathDeps argument
This change removes pathDeps argument from pufferpanel package. It is
rather wasteful to rebuild package to change PATH environment variable.
Instead, users should create a separate wrapper derivation or set
services.pufferpanel.extraPackages in NixOS configuration.
2023-07-08 10:50:38 +03:00
Ivan Trubach
24556f7be5 pufferpanel: build frontend from source
This change updates the PufferPanel package to build frontend from
source.
2023-07-08 10:49:29 +03:00
Ivan Trubach
94141b785f pufferpanel: fix build on i686-linux 2023-05-16 18:34:14 +03:00
Ivan Trubach
0cb08723b6 maintainers: add tie 2023-04-09 09:29:13 +03:00
Ivan Trubach
54f14e8ca6
pufferpanel: 2.2.0 -> 2.6.6 (#220506) 2023-03-11 21:30:25 +02:00
Naïm Favier
9c5fb74132
pufferpanel: fix wrapper arguments escaping 2022-05-12 20:32:53 +02:00
Dmitry Kalinkin
8bbfacfbd1
pufferpanel: mark as broken on darwin 2022-02-25 01:26:58 -05:00
Sandro
eb7efbbdeb
Merge pull request #140257 from Uthar/jdk17 2021-10-21 20:05:13 +02:00
Kasper Gałkowski
64a379be05 openjdk17: init at 17.0.1+12 2021-10-21 14:18:53 +02:00
ckie
7517a2b788
pufferpanel: update maintainers 2021-08-24 01:15:45 +03:00
Ron B
b2be8c5b3a
pufferpanel: init at 2.2.0 (#128243)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-01 02:10:12 +02:00