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
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
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
figsoda
d8f9bcbcd6
treewide: remove empty go vendor hashes
2023-01-21 11:35:00 -05:00
Aaron Jheng
0400e1bf24
nasmfmt: unstable-2021-04-24 -> unstable-2022-09-15
2022-12-16 14:41:26 +00:00
ckie
13352be167
nasmfmt: init at unstable-2021-04-24
...
This is a little basic formatter for (N)ASM files. I've been getting
into hobby osdev a bit.
Last and first release was too long ago, so I just picked the latest
commit.
`buildGoPackage` is used since this doesn't have a `go.mod`.
2022-05-23 20:10:14 +03:00