Commit Graph

5936 Commits

Author SHA1 Message Date
Weijia Wang
ad855375b4
Merge pull request #244197 from wexder/netclient
netclient: init at 0.21.0
2023-10-09 16:55:22 +02:00
haruki7049
fb204bc8ee maintainers: add haruki7049 2023-10-09 16:13:30 +02:00
Beisenherz, Steffen [CBC]
526bc6a00b maintainers: add sironheart 2023-10-09 10:43:55 -03:00
Samuel Dionne-Riel
85f158659a
Merge pull request #258711 from allusive-dev/picom-allusive
picom-allusive: init for 0.3.1
2023-10-09 01:51:20 -04:00
allusive-dev
acf6f9c869 maintainers: add allusive 2023-10-09 16:43:12 +11:00
Yaya
c93291dbe5
maintainers: update yayayayaka's email 2023-10-09 03:10:52 +02:00
Vladimír Zahradník
25722bf5ba maintainers: add wexder 2023-10-09 01:20:16 +02:00
John Ericson
014559e2b5
Merge pull request #258564 from alyssais/release-config
release.nix: generate bootstrap tools for musl
2023-10-08 13:37:30 -04:00
Gabriel Arazas
5399ef0679 maintainers: update foo-dogsquared's info 2023-10-08 14:15:12 +02:00
Thiago Kenji Okada
65f57275fe
Merge pull request #259650 from JerrySM64/update-linux-zen
linuxKernel.kernels.linux_zen: 6.5.5-zen1 -> 6.5.6-zen2; linuxKernel.kernels.linux_lqx: 6.5.5-lqx2 -> 6.5.6-lqx1
2023-10-08 10:57:31 +01:00
Pierre Bourdon
e82c934a2b
Merge pull request #259555 from eclairevoyant/joscha
maintainers: add joscha
2023-10-08 08:53:59 +02:00
Jerry Starke
bf4e3fedee linuxKernel.kernels.linux_zen: 6.5.5-zen1 -> 6.5.6-zen2 2023-10-08 00:53:00 +02:00
Alyssa Ross
1da4b5c99e
release.nix: namespace bootstrap tools with triples
This will allow buliding bootstrap tools for platforms with
non-default libcs, like *-unknown-linux-musl.

This gets rid of limitedSupportSystems/systemsWithAnySupport.  There
was no need to use systemsWithAnySupport for supportDarwin, because it
was always equivalent to supportedSystems for that purpose, and the
only other way it was used was for determining which platforms to
build the bootstrap tools for, so we might as well use a more explicit
parameter for that, and then we can change how it works without
affecting the rest of the Hydra jobs.

Not affecting the rest of the Hydra jobs is important, because if we
changed all jobs to use config triples, we'd end up renaming every
Hydra job.  That might still be worth thinking about at some point,
but it's unnecessary at this point (and would be a lot of work).

I've checked by running

    nix-eval-jobs --force-recurse pkgs/top-level/release.nix

that the actual bootstrap tools derivations are unaffected by this
change, and that the only other jobs that change are ones that depend
on the hash of all of Nixpkgs.  Of the other jobset entrypoints that
end up importing pkgs/top-level/release.nix, none used the
limitedSupportedSystems parameter, so they should all be unaffected as
well.
2023-10-07 19:38:01 +00:00
Joseph Pentland
4869fd427a maintainers: add jpentland 2023-10-07 15:54:37 +02:00
éclairevoyant
2cd5c53fbc
maintainers: add joscha 2023-10-07 05:50:20 -04:00
Mario Rodas
3ebb2e6665
Merge pull request #258809 from fwam/vencord
vencord: 1.5.3 -> 1.5.5
2023-10-06 08:50:31 -05:00
Ryan Lahfa
0bf82c9fb7
Merge pull request #259017 from samueltardieu/rtthost 2023-10-06 01:02:00 +02:00
Artturi
35502f30ab
Merge pull request #259090 from Fryuni/turso 2023-10-06 00:38:50 +03:00
mirrorwitch
ccd18bf7d5 maintainers: add mirrorwitch 2023-10-05 19:33:49 +00:00
Luiz Ferraz
77544893d1 turso-cli: Add Fryuni as maintainer 2023-10-05 12:39:59 +02:00
Anderson Torres
d4b04cef51 maintainers: remove lukeadams
The last updated on the personal fork was on
[2021-05-26](2a6db4c056)
2023-10-04 22:20:58 -03:00
Anderson Torres
2f38016681 maintainers: remove cstrahan
The last updated on the personal fork was on
[2019-06-03](739f74d056)
2023-10-04 22:20:58 -03:00
pongo1231
9178258896 maintainers: update pongo1231's email 2023-10-04 16:25:40 +02:00
Samuel Tardieu
0b8f0c583d maintainers: add samueltardieu 2023-10-03 22:09:33 +02:00
Legion Orsetti
e019ab7b03
maintainers: add fwam 2023-10-03 18:21:03 +02:00
Tyler Miller
c02ab0ce68 luaPackages.middleclass: init at 4.1.1-0 2023-10-03 17:53:49 +02:00
Matthieu Coudron
47d0a0c440
Merge pull request #253714 from teto/vim-updater-package 2023-10-03 15:55:44 +02:00
Ruby Juric
638d19ac92
zitadel: init at 2.37.2; nixos/zitadel: init (#254896) 2023-10-03 07:11:18 +02:00
Artturi
f0cfbc9473
Merge pull request #258687 from water-sucks/water-sucks-change-maintainer-email 2023-10-03 03:16:14 +03:00
Varun Narravula
a32c37ad48 maintainers: update water-sucks's email 2023-10-02 16:45:08 -07:00
Sven Slootweg
404d4db375
docs: clarify maintainer name format 2023-10-01 22:43:14 +02:00
Matthieu Coudron
901b21c555 vimPluginsUpdater: init
The nixpkgs documentation mentions how to update out of tree plugins but
one problem is that it requires a nixpkgs clone.
This makes it more convenient.
I've had the need to generate vim plugins and lua overlays for other
projects unrelated to nix and this will make updates easier (aka just
run `nix run nixpkgs#vimPluginsUpdater -- --proc=1` or with the legacy commands:
`nix-shell -p vimPluginsUpdater  --run vim-plugins-updater`.

I added an optional "nixpkgs" argument to command line parser, which is the path
towards a nixpkgs checkout. By default the current folder.

update-luarocks-packages: format with black
2023-10-01 17:30:55 +02:00
octodi
ad026a9d4e arjun: init at 2.2.1 2023-10-01 15:29:21 +05:30
EdenEast
508d0ac3b9 maintainers: add edeneast 2023-09-30 17:36:07 -03:00
offsetcyan
5b2aff1de0
maintainers: grxnola -> offsetcyan (#258210)
* maintainers: grxnola -> offsetcyan

* guile-goblins: update maintainers
2023-09-30 21:53:04 +02:00
Weijia Wang
40e036a925
Merge pull request #258104 from grxnola/package/guile-goblins
guile-goblins: init at 0.11.0
2023-09-30 14:18:30 +02:00
Trevor Richards
a6909370c4 maintainers: add trevdev 2023-09-30 09:32:51 +01:00
offset cyan
f3f4b88abd maintainers: add grxnola 2023-09-29 22:23:03 +01:00
Wietse de Vries
8d8e78c9c2 maintainers: add wietsedv 2023-09-29 22:01:45 +02:00
Weijia Wang
874b6543b7
Merge pull request #218590 from Amanse/game-rs
game-rs: init at 0.1.3
2023-09-29 20:45:02 +02:00
Yorick
941f7fdfc0
Merge pull request #253711 from mxmlnkn/ratarmount
ratarmount: init at 0.14.0
2023-09-29 14:57:15 +02:00
Doron Behar
b909309b4f
Merge pull request #197607 from SamirTalwar/msodbcsql18
unixODBCDrivers.msodbcsql18: init at 18.1.1.1
2023-09-29 12:17:51 +00:00
Aman Setia
e42b5b74e2 maintainers: add amanse 2023-09-29 14:15:21 +02:00
Matt Moriarity
7c9bf7cb9b maintainers: add mjm 2023-09-29 00:28:21 -03:00
Samir Talwar
1eb96d54a8
maintainers: add SamirTalwar 2023-09-28 22:09:14 +02:00
OTABI Tomoya
efb617b055
Merge pull request #255084 from aviallon/feature/init-dns-lexicon
python310Packages.dns-lexicon: init at 3.14.1 and add aviallon to maintainers
2023-09-28 09:57:55 +09:00
Marc Jakobi
95946586fb maintainers: add mrcjkb 2023-09-26 23:28:05 +02:00
Janik
5e05bf1385
Merge pull request #257357 from MikaelFangel/init-slurm 2023-09-26 16:45:21 +02:00
Alexander Bantyev
299e0b9560
Merge pull request #255033 from AleXoundOS/castopod
castopod: init at 1.6.4
2023-09-26 16:42:26 +04:00
Mikael Fangel
3dbd37f5ec
slurm: init at 0.4.4
Apply suggestions from code review

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>

Update pkgs/by-name/sl/slurm-nm/package.nix

Co-authored-by: Janik <80165193+Janik-Haag@users.noreply.github.com>
2023-09-26 13:41:10 +02:00