kirillrdy
6d6e3bf20d
dooit: add maintainer kraanzu ( #345234 )
2024-10-01 06:14:24 +10:00
h7x4
51cacf4965
verapdf: init at 1.26.2 ( #342508 )
2024-09-30 19:25:53 +02:00
Pol Dellaiera
f428ebbc50
vscode-extensions.sas.sas-lsp: init at 1.10.2 ( #343076 )
2024-09-30 15:56:03 +02:00
oo-infty
15b33c77b2
maintainers: rename oo-infty to oosquare
2024-09-30 15:35:17 +08:00
Peter Tri Ho
11d829c863
maintainers: add petertriho
2024-09-29 14:18:08 +00:00
Bruno Bigras
1336b64235
Add veilid module ( #330585 )
2024-09-29 04:30:44 -04:00
kraanzu
aa04240ed0
maintainers: add kraanzu
2024-09-29 11:41:16 +05:30
OTABI Tomoya
a35ae0a257
autotrash: move to pkgs/by-name and include manpage ( #343855 )
2024-09-29 10:17:02 +09:00
h7x4
9045152853
pythonPackages.macholib: init at 1.16.3 ( #344926 )
2024-09-28 21:42:49 +02:00
eveeifyeve
ee0514b6df
lib.maintainers: add eveeifyeve to maintainer list
2024-09-29 01:44:58 +10:00
Emily
818089ba73
teams: create the Xen Project Team and rename instances of Xen
to Xen Project
. ( #344314 )
2024-09-28 15:57:32 +01:00
Fernando Rodrigues
652427a9f3
teams: create the Xen Project Hypervisor Team
...
Co-authored-by: Fernando Rodrigues <alpha@sigmasquadron.net>
Co-authored-by: Hongbo <hehongbo@mail.com>
Co-authored-by: Rane <rane+nix@junkyard.systems>
Co-authored-by: Yaroslav Bolyukin <iam@lach.pw>
2024-09-28 14:53:59 +00:00
Franz Pletz
c610d3ada3
libbass: 2.4.15 -> 2.4.17 ( #256414 )
2024-09-28 15:47:35 +02:00
Franz Pletz
3728d82e75
tex-fmt: init at 0.4.3 ( #341818 )
2024-09-28 15:37:54 +02:00
Franz Pletz
586d22803f
keyd: 2.4.3 -> 2.5.0 ( #344912 )
2024-09-28 15:28:20 +02:00
Emily
0cc45045ed
limine: reformat, update, build single arch ( #341087 )
2024-09-27 22:54:10 +01:00
alfarel
b506f2a6cf
maintainers: add alfarel
2024-09-27 09:55:01 -04:00
Rane
cba94260c8
maintainers: add rane
2024-09-26 15:57:55 +00:00
Hongbo
22a7391c9b
maintainers: add hehongbo
2024-09-26 15:57:00 +00:00
Franz Pletz
d874e1e212
treewide: remove maintainer alibabzo ( #344534 )
2024-09-26 15:49:52 +02:00
Aleksana
6de7b1dfe1
rana: init at 0.5.4 ( #325911 )
2024-09-26 15:43:46 +08:00
Alistair Bill
ad93bf2f14
treewide: remove maintainer alibabzo
2024-09-25 22:39:13 +01:00
Franz Pletz
de863dbb8c
fastcompmgr: init at 0.3 ( #336909 )
2024-09-25 17:18:07 +02:00
Nick Cao
d4de36653e
follow: init at 0.0.1-alpha.17 ( #341356 )
2024-09-25 08:26:27 -04:00
h7x4
69f0d6e8f1
maintainers: update roshaen ( #343954 )
2024-09-25 09:10:33 +02:00
Artturin
e0464e4788
treewide: replace stdenv.is
with stdenv.hostPlatform.is
...
In preparation for the deprecation of `stdenv.isX`.
These shorthands are not conducive to cross-compilation because they
hide the platforms.
Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way
One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059
There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.
```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Roshan Kumar
a25f3a16f9
maintainers: update roshaen
2024-09-24 20:15:12 +05:30
Aleksana
71b0f86870
alive2: init at 0-unstable-2024-09-23 ( #341643 )
2024-09-24 22:04:14 +08:00
K900
9423bdbb85
lib.teams.linux-kernel.members: add k900 ( #344037 )
2024-09-24 15:03:56 +03:00
Gaetan Lepage
b4cde4d7f1
luaPackages.neorg: init at 9.1.1-1
...
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-09-24 10:06:58 +02:00
iosmanthus
38876a12f7
maintainers: add iosmanthus
...
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
2024-09-24 14:48:33 +08:00
Alyssa Ross
99d0c977fa
lib.teams.linux-kernel.members: add k900
2024-09-23 21:33:38 +02:00
Aleksana
848b7926cd
bitbucket-cli: init at 1.0.0 ( #343292 )
2024-09-24 01:36:21 +08:00
Sh0g0-1758
fdf6adcf90
maintainers: add shogo
2024-09-23 21:45:52 +05:30
Ben Chand
9ebd4eebab
maintainers: add benchand
2024-09-23 17:02:05 +02:00
Aleksana
5ae5e0df3b
autologin: init at 1.0.0 ( #340557 )
2024-09-23 22:45:27 +08:00
Aleksana
f81ef6bd77
easytier: init at 1.2.3 ( #339616 )
2024-09-23 20:21:11 +08:00
MithicSpirit
3a9977f9ac
maintainers: add mithicspirit
2024-09-22 22:19:27 -04:00
beviu
64063ac42f
maintainers: add beviu
2024-09-23 03:15:05 +02:00
Aleksana
51d4a9316e
wl-gammarelay-applet: init at 0.1.4 ( #343679 )
2024-09-23 08:54:47 +08:00
Attila Oláh
2e229394f6
maintainers: add attila
2024-09-22 21:29:08 +02:00
Matthieu Coudron
57bbd52af5
packages luarocks updater as pyproject package ( #343584 )
...
* luarocks-packages-updater: convert into pyproject package
* pluginupdate: move to its own folder
so we can copy just the folder when using this as a module
* luarocks-packages-updater: adress review
2024-09-22 21:15:41 +02:00
Yo'av Moshe
83d6e95698
maintainers: add bjesus
2024-09-22 16:39:51 +02:00
Weijia Wang
84cd38f778
globalprotect-openconnect: add core logic and packages for 2.x releases ( #316526 )
2024-09-22 12:07:33 +02:00
lgbishop
ddda796824
maintainers: add lgbishop
2024-09-22 18:52:31 +10:00
Aleksana
d95254c8a0
tsukimi: init at 0.12.2 ( #343517 )
2024-09-22 09:35:26 +08:00
Nate Smith
1e2b6ae028
tigerbeetle: 0.15.5 -> 0.16.2 ( #342844 )
...
* maintainers: add nwjsmith
* tigerbeetle: 0.15.5 -> 0.16.2
2024-09-21 12:42:51 -07:00
Rahul Rameshbabu
b6a158f7e4
maintainers: add binary-eater
...
Add maintainer information for Rahul Rameshbabu.
Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-09-21 10:20:29 -07:00
Weijia Wang
1b1e09e8d3
zutty: init at 0.16-unstable-2024-08-18 ( #336255 )
2024-09-21 17:36:18 +02:00
merrkry
63c9b3b168
maintainers: add merrkry
2024-09-21 22:40:25 +08:00