about summary refs log tree commit diff
path: root/maintainers
AgeCommit message (Collapse)AuthorFilesLines
2024-09-26treewide: remove maintainer alibabzo (#344534)Franz Pletz1-6/+0
2024-09-26rana: init at 0.5.4 (#325911)Aleksana1-0/+5
2024-09-25treewide: remove maintainer alibabzoAlistair Bill1-6/+0
2024-09-25fastcompmgr: init at 0.3 (#336909)Franz Pletz1-0/+6
2024-09-25follow: init at 0.0.1-alpha.17 (#341356)Nick Cao1-0/+6
2024-09-25maintainers: update roshaen (#343954)h7x41-6/+6
2024-09-25treewide: replace `stdenv.is` with `stdenv.hostPlatform.is`Artturin1-1/+1
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-24maintainers: update roshaenRoshan Kumar1-6/+6
2024-09-24alive2: init at 0-unstable-2024-09-23 (#341643)Aleksana1-0/+6
2024-09-24lib.teams.linux-kernel.members: add k900 (#344037)K9001-0/+1
2024-09-24luaPackages.neorg: init at 9.1.1-1Gaetan Lepage1-0/+1
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-09-24maintainers: add iosmanthusiosmanthus1-0/+6
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
2024-09-23lib.teams.linux-kernel.members: add k900Alyssa Ross1-0/+1
2024-09-24bitbucket-cli: init at 1.0.0 (#343292)Aleksana1-0/+7
2024-09-23maintainers: add shogoSh0g0-17581-0/+6
2024-09-23maintainers: add benchandBen Chand1-0/+6
2024-09-23autologin: init at 1.0.0 (#340557)Aleksana1-0/+7
2024-09-23easytier: init at 1.2.3 (#339616)Aleksana1-0/+6
2024-09-23maintainers: add beviubeviu1-0/+7
2024-09-23wl-gammarelay-applet: init at 0.1.4 (#343679)Aleksana1-0/+6
2024-09-22maintainers: add attilaAttila Oláh1-0/+7
2024-09-22 packages luarocks updater as pyproject package (#343584)Matthieu Coudron2-0/+0
* 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-22maintainers: add bjesusYo'av Moshe1-0/+6
2024-09-22globalprotect-openconnect: add core logic and packages for 2.x releases ↵Weijia Wang1-0/+7
(#316526)
2024-09-22maintainers: add lgbishoplgbishop1-0/+6
2024-09-22tsukimi: init at 0.12.2 (#343517)Aleksana1-0/+6
2024-09-21tigerbeetle: 0.15.5 -> 0.16.2 (#342844)Nate Smith1-0/+6
* maintainers: add nwjsmith * tigerbeetle: 0.15.5 -> 0.16.2
2024-09-21maintainers: add binary-eaterRahul Rameshbabu1-0/+7
Add maintainer information for Rahul Rameshbabu. Signed-off-by: Rahul Rameshbabu <sergeantsagara@protonmail.com>
2024-09-21zutty: init at 0.16-unstable-2024-08-18 (#336255)Weijia Wang1-0/+6
2024-09-21maintainers: add merrkrymerrkry1-0/+6
2024-09-21maintainers: add fnuneFausto Núñez Alberro1-0/+7
2024-09-21lianad: init at 6.0 (#323696)Aleksana1-0/+6
2024-09-21maintainers: add sshine (#343374)Aleksana1-0/+6
2024-09-21granian: init at 1.5.2 (#337746)Aleksana1-0/+6
2024-09-20maintainers: add casacacasaca1-0/+6
2024-09-21maintainers: add sshineSimon Shine1-0/+6
2024-09-20zutty: init at 0.16-unstable-2024-08-18Quag1-0/+6
2024-09-20backrest: init at 1.5.0 (#342141)Aleksana1-0/+6
2024-09-20maintainers: update mkez (#343263)Jörg Thalheim1-1/+1
2024-09-20maintainers: update mkezMatias Zwinger1-1/+1
2024-09-20maintainers: add ProjectInitiative (#343193)Aleksana1-0/+6
2024-09-20maintainers: add ProjectInitiativeKyle Petryszak1-0/+6
2024-09-20maintainers/scripts/kde: fix for nixfmt styleK9001-2/+2
2024-09-20maintainers: rename nyanbinary to nyabinary (#343091)Artturin1-7/+7
2024-09-19maintainers: rename nyanbinary to nyabinaryNiko Cantero1-7/+7
2024-09-20linuxPackages_latest.prl-tools: add update scriptcodgician1-0/+6
2024-09-19maintainers: update luc65r's mail addressLucas Ransan1-1/+1
2024-09-18maintainers: add pixelsergeyPixelSergey1-0/+6
2024-09-17maintainers: drop lycheeitslychee1-6/+0
2024-09-17dotnet: infrastructure improvements (#336824)David McFarland1-19/+23