Commit Graph
859775 Commits
Author SHA1 Message Date
Piotr Kwiecinski c670edba25 deployer: move to by-name 2025-09-07 21:13:09 +02:00
Federico Damián Schonborn 903c309ab4 maintainers: remove federicoschonborn
*This is a very disorganized rant, there's a lot of things going on in my mind when writing this. Proceed with caution.*

I was going to make a short message to explain why I'm removing my Microsoft GitHub account and removing myself from Nixpkgs, which is the only project I had been contributing left here (maybe if you keep integrating more of Microsoft GitHub's crap on this repository it will help migrate somewhere else one day!)

I'm tired of Microsoft GitHub becoming more and more open to associating with fascists, I've been guilty myself for keeping using it for so long (the company's involvement with ICE was known for a long time, then more recently the inclusion of <the company named after Elon Musk's failed PayPal rebranding>'s "xAI" slop generator also known as "Mecha Hitler").

Not to count all the Microsoft crap.

This site is going the way of the old SourceForge.

The thing is, I *loved* Nix, NixOS and Nixpkgs a lot, and I wanted to keep contributing.

This is the third time I'm leaving and this time it's not because of Determinate Systems and other associated companies. Woo-hoo!

I'm sure all those fancy new features that keep being added to the fork are going to trickle down to NixOS/nix *one day*!

But then I said, "I haven't looked at the Discourse for a while, maybe I should take a look at it, *what could possibly go wrong?*"

It turns out, [we did it again](https://discourse.nixos.org/t/sc-member-tomberek-works-for-anduril/68971), Anduril is back to being involved in a leadership position within the NixOS community! Congratulations, Mr. Luckey, you found a loophole!

The Steering Committee proves once again that they are a failed experiment, unfit to lead responsibly. After all the promises that were made we keep failing for the same old tricks.

I'm tired of the long discussions that go nowhere.

I'm tired of seeing people compromising with fascists.

I'm tired of seeing *myself* compromising with fascists.

Fuck this, fuck Microsoft, fuck GitHub, fuck Anduril, fuck Determinate Systems, fuck all those who are helping them inside and outside this community because they're either fascists themselves or because they're incredibly naïve.

Hell,

Fuck *myself* for standing with this shit for so long.

Fuck *myself* for coming back time and time again, knowing what I was doing.

Fuck *myself* for trying to pretend all this shit was going to stop at some point.

Fuck *myself* for trusting people that never really wanted to change any of this.

Fuck *myself* for helping war-profiteering companies thrive, directly or indirectly.

We don't need to meet in the middle with people that want me and a lot of other contributors dead in a ditch.

I'll keep an eye on the Lix and Auxolotl projects and Guix, since their communities have a little more self-respect.

See you on the other side!

Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 16:11:11 -03:00
DSeeLPandSandro Jäckel b30ba513b0 nixos/podman: use nftables as firewall when enabled 2025-09-07 21:10:05 +02:00
Federico Damián Schonborn 4b24e00383 kdePackages.dynamic-workspaces: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 16:09:30 -03:00
SandroandGitHub 064461811e copilot-language-server: move from binaries to js execution (#419881) 2025-09-07 21:06:41 +02:00
R. Ryantm 71bcb74505 rssguard: 4.8.5 -> 4.8.6 2025-09-07 19:04:13 +00:00
DSeeLPandSandro Jäckel 57f735a19b podman: move iptables to virtualisation.podman.extraPackages 2025-09-07 20:56:44 +02:00
R. Ryantm b66f525c29 systeroid: 0.4.5 -> 0.4.6 2025-09-07 18:54:48 +00:00
R. Ryantm d9cea0c9d4 python3Packages.publicsuffixlist: 1.0.2.20250827 -> 1.0.2.20250906 2025-09-07 18:42:34 +00:00
R. Ryantm 64a200f89f python3Packages.pytenable: 1.8.3 -> 1.8.4 2025-09-07 18:40:06 +00:00
C4 Patino f68798a02e go_1_25: 1.25.0 -> 1.25.1 2025-09-07 13:26:13 -05:00
nixpkgs-ci[bot]andGitHub c77ca57ac6 Merge master into staging-next 2025-09-07 18:16:31 +00:00
Wolfgang WaltherandGitHub 50a00d8692 haskell.compiler.ghc902Binary: bump LLVM by wrapping opt(1) (#440271) 2025-09-07 18:14:38 +00:00
R. Ryantm 8a05cd7147 automatic-timezoned: 2.0.86 -> 2.0.88 2025-09-07 18:12:03 +00:00
Emily fb5a523d14 haskell.compiler.ghc902Binary: bump LLVM by wrapping opt(1)
Implement a wrapper script to translate the `opt(1)` arguments passed
by the GHC 9.0.2 binary distribution to the equivalent arguments
for the new LLVM pass manager passed by GHC ≥ 9.10 and our
soon‐to‐be‐patched compilers. This ensures that the bootstrap
of GHC 9.4 continues to work on AArch64.

On an earlier version of this change, I built `haskell.compiler.ghc948`
on both `aarch64-linux` and `aarch64-darwin`, and
`haskell.compiler.ghc924` on `aarch64-linux` only (it is already
broken on Darwin). I confirmed that we get functionally identical
store outputs before and after this change, modulo self‐references:

    $ cp -a result-before/ before
    $ cp -a result-after/ after
    $ chmod -R +w before after
    $ LANG=C find before -type f -exec \
        remove-references-to \
        -t $(readlink result-before) \
        -t $(readlink result-before-doc) \
        '{}' ';'
    $ LANG=C find after -type f -exec \
        remove-references-to \
        -t $(readlink result-after) \
        -t $(readlink result-after-doc) \
        '{}' ';'
    # Darwin only: normalize build user UIDs in the archive files…
    $ LANG=C find before -name '*.a' -exec \
        sed -i 's/ 360 / 351 /g' '{}' ';'
    $ diff -r before after
    # Linux only: the `package.cache` files differ, presumably due to
    # an unrelated reproducibility issue.

Therefore, bumping this LLVM dependency did not affect the end result
of the bootstrap for the only compilers it is used for.
2025-09-07 19:07:56 +01:00
Emily 1bda5b199d haskell.compiler.ghc{924,963,984}Binary: remove LLVM‐related dead code
These binary packages are available for a fixed set of platforms,
all of which support the native code generator. Therefore, the
`llvmPackages` argument was never used. We leave an assertion around,
just in case.
2025-09-07 19:07:35 +01:00
nixpkgs-ci[bot]andGitHub 7f33f65be5 Merge master into staging-next 2025-09-07 18:04:47 +00:00
Eman Resu 9940c1e667 vimPlugins.vim-textobj-line: init at 2021-09-27
Comes with an override to properly depend on vim-textobj-user.
2025-09-07 14:01:59 -04:00
R. Ryantm 37186be90f all-the-package-names: 2.0.2186 -> 2.0.2197 2025-09-07 17:59:07 +00:00
Wolfgang WaltherandGitHub a9b8698728 haskell.compiler.ghc{8107{,Binary},928}: drop (#440794) 2025-09-07 17:57:21 +00:00
linuxissuperanddotlambda d205a6e3d7 python3Packages.duden: 0.19.1 -> 0.19.2
Co-authored-by: dotlambda <github@dotlambda.de>
2025-09-07 19:52:37 +02:00
Emily 3b7e7e362b haskell.compiler.ghc928: drop 2025-09-07 18:45:52 +01:00
EmilyandWolfgang Walther c024327605 haskell.compiler.ghc8107{,Binary}: drop
Also, rearrange the GHC‐related release notes to be in order of
most likely to matter to anyone.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-09-07 18:45:36 +01:00
Emily 08129b69e5 haskell.compiler.ghc{928,963,967,9101,9102,HEAD}: drop AArch32 bootstrap
It’s questionable whether or not this worked – 32‐bit ARM in
Nixpkgs is already flaky even when cross‐compiling, and I find
it dubious whether much 32‐bit ARM hardware can build modern
GHCs in a bearable amount of time and memory – and figuring out
cross‐compilation of bootstrap GHCs will be a more sustainable way
to keep it working if anyone cares enough to.

Also, rearrange the GHC‐related release notes to be in order of
most likely to matter to anyone.
2025-09-07 18:45:02 +01:00
Federico Damián Schonborn 135bca15a7 xdvdfs-cli: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:34:19 -03:00
Federico Damián Schonborn 3e88759063 surgescript: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:34:02 -03:00
Federico Damián Schonborn 2c5b8457d2 opensurge: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:33:44 -03:00
Federico Damián Schonborn 0df17a7161 minesector: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:33:26 -03:00
Federico Damián Schonborn 3b62ff91df hugo: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:33:11 -03:00
Federico Damián Schonborn 772e603ae9 hedgemodmanager: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:32:50 -03:00
Federico Damián Schonborn fc7db8ff3e bluejay: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:32:35 -03:00
Federico Damián Schonborn 9e2cbbfbf7 biplanes-revival: remove federicoschonborn from maintainers
Signed-off-by: Federico Damián Schonborn <federicoschonborn@disroot.org>
2025-09-07 14:32:11 -03:00
R. Ryantm 996ba05a81 s7: 11.5-unstable-2025-08-26 -> 11.5-unstable-2025-09-06 2025-09-07 17:22:19 +00:00
R. Ryantm 25862f5a21 copybara: 20250825 -> 20250901 2025-09-07 17:18:39 +00:00
Maximilian BoschandGitHub ec22338b2c Merge: phpPackages: improve error messages of removed/renamed packages (#440620) 2025-09-07 19:17:05 +02:00
Eman Resu 7738ba0de3 vimPlugins.hlargs-nvim: init at 2025-06-16 2025-09-07 12:57:43 -04:00
averyv 0fbe24f8e5 pihole-ftl: Add patch to fix #435150 2025-09-07 17:38:11 +01:00
Berk D. Demir e69f388c88 _1password-gui-beta: 8.11.8-39.BETA -> 8.11.8-42.BETA 2025-09-07 16:37:02 +00:00
winston 3c1c017c51 catppuccin-fcitx5: fix sed command 2025-09-07 18:30:33 +02:00
Weijia WangandGitHub 0b9193275d ibm-sw-tpm2: drop (#436634) 2025-09-07 18:23:18 +02:00
averyv 82a3e70b2d pihole-ftl: Add basic test 2025-09-07 17:21:58 +01:00
EmilyandWolfgang Walther ec76ed9c4e haskell.compiler.ghc948: remove obsolete bootstrap hack
We do, in fact, have a binary package for this now, and we do, in fact,
use it.
2025-09-07 18:14:00 +02:00
EmilyandWolfgang Walther a25e8c5291 haskell.compiler.ghc902: add missing alias
Fixes: f8560ade01
2025-09-07 18:13:23 +02:00
HHR2020 a120f523bd clash-verge-rev: 2.4.1 -> 2.4.2
Diff: https://github.com/clash-verge-rev/clash-verge-rev/compare/v2.4.1...v2.4.2
2025-09-08 00:12:17 +08:00
R. Ryantm 1579b1f472 versitygw: 1.0.16 -> 1.0.17 2025-09-07 16:04:52 +00:00
6543andGitHub ef415e5892 nixos/connman: remove with usage (#440928)
services.connman: remove with usage
2025-09-07 18:03:54 +02:00
Matt SturgeonandGitHub 55a7f90e70 gopeed: 1.7.1 -> 1.8.0 (#440909) 2025-09-07 18:02:55 +02:00
nixpkgs-ci[bot]andGitHub a579a4619c Merge master into staging-next 2025-09-07 15:54:44 +00:00
guylamar2006andGitHub 24d0cbf5ee tela-circle-icon-theme: remove let binding 2025-09-07 10:52:14 -05:00
R. RyantmandPeter Hoeg 877d393904 strawberry: 1.2.12 -> 1.2.13 2025-09-07 17:49:23 +02:00