Commit Graph

8646 Commits

Author SHA1 Message Date
Emily
0cc45045ed
limine: reformat, update, build single arch (#341087) 2024-09-27 22:54:10 +01: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
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
Fausto Núñez Alberro
a4a742b6b6
maintainers: add fnune 2024-09-21 11:28:57 +02:00
Aleksana
d203fb0f3e
lianad: init at 6.0 (#323696) 2024-09-21 09:22:45 +08:00
Aleksana
4038716d1e
maintainers: add sshine (#343374) 2024-09-21 09:19:58 +08:00
Aleksana
17bcadc34a
granian: init at 1.5.2 (#337746) 2024-09-21 08:44:06 +08:00
casaca
d073ded133 maintainers: add casaca 2024-09-20 22:28:43 +00:00
Simon Shine
acdaa52c18 maintainers: add sshine 2024-09-21 00:19:31 +02:00
Quag
3115573f29 zutty: init at 0.16-unstable-2024-08-18 2024-09-20 19:24:35 +02:00
Aleksana
67d9b47a75
backrest: init at 1.5.0 (#342141) 2024-09-20 22:06:40 +08:00
Jörg Thalheim
a11ec092e8
maintainers: update mkez (#343263) 2024-09-20 15:19:50 +02:00
Matias Zwinger
a690c547bb
maintainers: update mkez 2024-09-20 15:52:15 +03:00
Aleksana
a79be011d3
maintainers: add ProjectInitiative (#343193) 2024-09-20 15:32:00 +08:00
Kyle Petryszak
27c91c01fb
maintainers: add ProjectInitiative 2024-09-20 01:13:19 -05:00
K900
a78ad9a8ee maintainers/scripts/kde: fix for nixfmt style 2024-09-20 08:56:56 +03:00
Artturin
992ad2f656
maintainers: rename nyanbinary to nyabinary (#343091) 2024-09-20 02:26:07 +03:00
Niko Cantero
55e6535e4e
maintainers: rename nyanbinary to nyabinary 2024-09-19 15:04:36 -04:00
codgician
b146aff9d2
linuxPackages_latest.prl-tools: add update script 2024-09-20 02:11:34 +08:00
Lucas Ransan
f1d1646620 maintainers: update luc65r's mail address 2024-09-19 12:05:13 +02:00
PixelSergey
d2f0f2afab maintainers: add pixelsergey 2024-09-18 08:49:55 +02:00
sanana
7c3d1d6ccf
maintainers: add sanana 2024-09-18 00:09:27 +02:00