Commit Graph

36 Commits

Author SHA1 Message Date
isabel
d47c917fb4
gotestsum: 1.10.1 -> 1.11.0 2024-05-01 11:30:50 +01:00
isabel
5678291741
treewide: reformat 2024-04-28 19:47:16 +01:00
isabel
07a57da4df
treewide: adopt orphaned packages 2024-04-28 19:46:02 +01:00
Danielle Lancashire
c8330c9972
maintainers: remove endocrimes
My original commit was somewhat more tongue in cheek, but I think this
time I'm going to be honest, rather than hiding behind humor.

I'm angry that we as a community have reached a point where we're
falling apart because people would rather accept sealioning and bad
faith arguments that belong in a 2002 mailing list, not a 2024 software
community.

Every time I dare come back to the Nix community as a more active
contributor it feels like we have a fresh wave of controversy that we
don't ever heal from, everyone just moves on, more tired, and more
broken than before. And now it's crossed a line.

I'm out.

I hope the community decides to actually try and heal. Tolerating the intolerant
for too long has consequences - and the [paradox
of tolerance](https://en.wikipedia.org/wiki/Paradox_of_tolerance) has
come to its natural conclusion here.

If it does heal, I'll be back with a vengeance, because it turns out replacing
Nix is hard - emotionally and technically, and I'll miss it.

~Danielle

(this commit+PR are not a place for useless debates.)
2024-04-27 23:48:44 +02:00
Ryan Mulligan
6157b2da96
Revert "maintainers: remove endocrimes" 2024-04-26 19:30:19 -07:00
Danielle Lancashire
566927fc8d
maintainers: remove endocrimes
Please accept this letter as formal notice of my resignation from the
position of "Community Member" at DeterminateSystems.

Thank you for giving me the opportunity to work in this position - I
have thoroughly enjoyed being frustrated and saddened whenever
interacting with the DetSys community. However, I've decided it is time for me
to move on to another community that will hopefully be less tolerant of
willful hate and sexism.

~Danielle

Signed-off-by: Danielle Lancashire <dani@builds.terrible.systems>
2024-04-27 01:11:23 +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
R. Ryantm
0e0c8929cc gotestsum: 1.10.0 -> 1.10.1 2023-07-12 04:01:55 +00:00
R. Ryantm
a297ae5e80 gotestsum: 1.9.0 -> 1.10.0 2023-04-19 15:14:04 +00:00
Fabian Affolter
ba2f59a466
gotestsum: add changelog to meta 2023-01-18 23:04:06 +01:00
R. Ryantm
867504bff8 gotestsum: 1.8.2 -> 1.9.0 2023-01-18 01:05:01 +00:00
R. Ryantm
bfe89e44b2 gotestsum: 1.8.1 -> 1.8.2 2022-08-19 12:48:29 +00:00
R. Ryantm
69888185e9 gotestsum: 1.8.0 -> 1.8.1 2022-07-28 13:29:18 +00:00
Michael Adler
82ab7c3799 gotestsum: 1.7.0 -> 1.8.0 2022-04-12 13:54:03 +02:00
Mark Sagi-Kazar
b7d6c64871
gotestsum: fix package name in ldflags
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
2021-09-25 01:49:06 +02:00
zowoq
13ea123c74 treewide: buildFlagsArray -> ldflags 2021-08-26 21:35:06 +10:00
R. RyanTM
8cd70d10fd gotestsum: 1.6.4 -> 1.7.0 2021-07-24 19:00:38 +00:00
R. RyanTM
e485139541 gotestsum: 1.6.3 -> 1.6.4 2021-04-22 10:35:57 +00:00
R. RyanTM
8eb2dad845 gotestsum: 1.6.2 -> 1.6.3 2021-03-30 12:34:05 +00:00
R. RyanTM
1603c3e178 gotestsum: 1.6.1 -> 1.6.2 2021-02-22 23:47:31 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
R. RyanTM
2524edccc2 gotestsum: 0.6.0 -> 1.6.1 2021-01-18 22:58:38 +00:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM
c473bbbe33 gotestsum: 0.5.4 -> 0.6.0 2020-10-29 17:31:59 +00:00
R. RyanTM
b4dcee7c3f gotestsum: 0.5.3 -> 0.5.4 2020-10-18 10:28:18 +00:00
Mario Rodas
d98de3f82e gotestsum: add subPackages 2020-09-05 04:20:00 +00:00
R. RyanTM
39a380cac2 gotestsum: 0.5.2 -> 0.5.3 2020-09-04 23:16:41 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
R. RyanTM
035b099515 gotestsum: 0.5.1 -> 0.5.2 2020-08-02 02:09:48 +00:00
zowoq
3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
R. RyanTM
11521b72f9 gotestsum: 0.4.2 -> 0.5.1 2020-06-26 09:51:36 +00:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
R. RyanTM
e9fa3d7e63 gotestsum: 0.4.1 -> 0.4.2 2020-05-02 11:00:21 +00:00
R. RyanTM
560036dfc2
gotestsum: 0.4.0 -> 0.4.1 2020-03-18 06:42:23 +00:00
R. RyanTM
d475b61ad6 gotestsum: 0.3.5 -> 0.4.0 2020-01-06 07:33:40 -08:00
Danielle Lancashire
1c9253ce2b
gotestsum: Init at 0.3.5 2019-08-31 10:09:32 +02:00