Commit Graph
856929 Commits
Author SHA1 Message Date
NAHO ea7e940d6f nixos/firmware: remove restrictive hardware.enableAllFirmware assertion
Remove the too restrictive hardware.enableAllFirmware assertion
introduced in commit 05aa80c06a ("hardware: add
enableRedistributalFirmware").

This assertion is too restrictive because it enforces globally enabling
unfree packages without allowing explicit whitelisting:

     hardware.enableAllFirmware = true;

    -nixpkgs.config.allowUnfree = true;
    +nixpkgs.config.allowUnfreePredicate = pkg:
    +    builtins.elem (lib.getName pkg) [
    +      "b43-firmware"
    +      "broadcom-bt-firmware"
    +      "facetimehd-calibration"
    +      "facetimehd-firmware"
    +      "xow_dongle-firmware"
    +    ];

Declaring neither nixpkgs.config.allowUnfree nor
nixpkgs.config.allowUnfreePredicate without this
hardware.enableAllFirmware assertion results in detailed and instructive
evaluation error messages.
2025-09-30 19:48:17 +02:00
NAHO aa047cc668 nixos/firmware: mention enableAllFirmware including unfree packages 2025-09-30 19:48:01 +02:00
NAHO 8f1b798f6a nixos/firmware: simplify hardware.enableAllFirmware assertion condition 2025-09-08 17:48:02 +02:00
taku0andGitHub 8eb28adfa3 windsurf: 1.12.3 -> 1.12.4 (#440215) 2025-09-05 19:37:24 +09:00
Wolfgang WaltherandGitHub b47d416c35 postgresqlPackages.pgvector: 0.8.0 -> 0.8.1 (#440384) 2025-09-05 10:30:16 +00:00
Fabian AffolterandGitHub f19c37ed90 python3Packages.gitignore-parser: 0.1.12 -> 0.1.13 (#440275) 2025-09-05 12:25:06 +02:00
Wolfgang Walther bc5f7c59a7 postgresqlPackages.pgvector: 0.8.0 -> 0.8.1
Release Notes:
https://github.com/pgvector/pgvector/blob/master/CHANGELOG.md#081-2025-09-04

Now supports PostgreSQL 18.
2025-09-05 12:20:12 +02:00
Vladimír Čunát 66ddfea6f4 python3Packages.deepdiff: 8.5.0 -> 8.6.1 (#440116) 2025-09-05 12:20:04 +02:00
Wolfgang WaltherandGitHub f7eabda70b haskell.packages.native-bignum: exclude recurseForDerivations (#440347) 2025-09-05 10:17:42 +00:00
Vladimír Čunát d39861e835 tika: apply patch for CVE-2025-54988 (#435541) 2025-09-05 12:11:01 +02:00
isabelandGitHub 1ee20c8e7f sendgmail: add a mainProgram entry (#440264) 2025-09-05 11:05:57 +01:00
Vladimír Čunát c161409aff udisks2: 2.10.1 -> 2.10.2 (#438600) 2025-09-05 12:00:48 +02:00
Martin WeineltandGitHub 0b891a62d9 home-assistant: 2025.8.3 -> 2025.9.0 (#440176) 2025-09-05 11:59:47 +02:00
isabelandGitHub 7e2b1e0966 cargo-flamegraph: 0.6.8 -> 0.6.9 (#438093) 2025-09-05 10:58:29 +01:00
isabelandGitHub 6b18a2a00e swappy: 1.7.1 -> 1.8.0 (#437678) 2025-09-05 10:58:20 +01:00
isabelandGitHub dea3d5d82c timewarrior: 1.9.0 -> 1.9.1 (#437674) 2025-09-05 10:58:07 +01:00
Martin Weinelt 19ca341968 python3Packages.vulcan-api: drop
Now a leaf package, after home-assistant dropped it.
2025-09-05 11:54:24 +02:00
Matthias BeyerandGitHub f9c1c3f819 espflash: don't build xtask (#432824) 2025-09-05 11:52:15 +02:00
Matthias BeyerandGitHub c40f859d24 cargo-workspaces: 0.4.0 -> 0.4.1 (#440288) 2025-09-05 11:51:54 +02:00
Peder Bergebakken SundtandGitHub b4a83f8918 forge-mtg: improve update script and patch handling (#437938) 2025-09-05 11:48:22 +02:00
Daniel BeechamandMasum Reza 2221d38745 warp-terminal: 0.2025.08.27.08.11.stable_04 -> 0.2025.09.03.08.11.stable_03
Changelog: https://docs.warp.dev/getting-started/changelog#id-2025.09.03-v0.2025.09.03.08.11
2025-09-05 15:18:08 +05:30
Paul MeyerandGitHub 4d936ae887 prometheus-ping-exporter: 1.1.3 -> 1.1.4 (#436856) 2025-09-05 11:46:16 +02:00
Paul MeyerandGitHub 90000ed4f3 regbot: 0.9.0 -> 0.9.1 (#436620) 2025-09-05 11:45:07 +02:00
Paul MeyerandGitHub 770cf6a920 melange: 0.30.6 -> 0.31.0 (#436836) 2025-09-05 11:44:04 +02:00
Matthias BeyerandGitHub 2b43407656 cargo-insta: 1.43.1 -> 1.43.2 (#440304) 2025-09-05 11:41:45 +02:00
R. RyantmandYaya ba600c9923 pyradio: 0.9.3.11.15 -> 0.9.3.11.16 2025-09-05 11:38:16 +02:00
nixpkgs-merge-bot[bot]andGitHub 7e222f79ff gildas: 20250801_a -> 20250901_a (#440058) 2025-09-05 09:04:06 +00:00
Fabian AffolterandGitHub ab62ed7796 python3Packages.pyowm: 3.3.0 -> 3.5.0 (#440104) 2025-09-05 10:45:31 +02:00
Fabian AffolterandGitHub 909c51b76a trufflehog: 3.90.5 -> 3.90.6 (#440234) 2025-09-05 10:44:48 +02:00
Fabian AffolterandGitHub 2462ed55be python313Packages.gitignore-parser: modernize 2025-09-05 10:43:54 +02:00
Fabian AffolterandGitHub 9a87d07c59 python3Packages.pyworxcloud: 4.1.43 -> 4.1.46 (#440280) 2025-09-05 10:42:35 +02:00
Fabian AffolterandGitHub c4e51ed6d5 python313Packages.tencentcloud-sdk-python: 3.0.1454 -> 3.0.1455 (#440057) 2025-09-05 10:40:33 +02:00
Gaétan LepageandGitHub 4f7531da89 python3Packages.transformers: 4.56.0 -> 4.56.1 (#440247) 2025-09-05 10:35:39 +02:00
Thiago Kenji OkadaandGitHub aa3fc4d2e8 libretro.dosbox-pure: 0-unstable-2025-08-03 -> 0-unstable-2025-09-04 (#440329) 2025-09-05 09:35:20 +01:00
Gaétan LepageandGitHub c52abb1bb0 nix-search-tv: 2.1.8 -> 2.2.0 (#440274) 2025-09-05 10:35:03 +02:00
Thiago Kenji OkadaandGitHub a3fb6d47cd mame: 0.279 -> 0.280 (#440326) 2025-09-05 09:34:43 +01:00
Franz PletzandGitHub c06cabfb3e rustdesk: 1.3.8 -> 1.4.1 (#439224) 2025-09-05 10:30:40 +02:00
R. RyantmandMasum Reza ba1cc9284e ananicy-rules-cachyos: 0-unstable-2025-08-09 -> 0-unstable-2025-09-03 2025-09-05 13:49:46 +05:30
nixpkgs-merge-bot[bot]andGitHub a8eb7c646a hath-rust: 1.11.0 -> 1.12.1 (#440354) 2025-09-05 08:11:05 +00:00
nixpkgs-merge-bot[bot]andGitHub ebf4955f87 rainfrog: 0.3.5 -> 0.3.7 (#440344) 2025-09-05 07:51:41 +00:00
Leona MaroniandGitHub a930a44f5b victoriametrics: 1.125.0 -> 1.125.1 (#439957) 2025-09-05 09:47:30 +02:00
R. Ryantm 93613836d9 hath-rust: 1.11.0 -> 1.12.1 2025-09-05 07:44:54 +00:00
Leona MaroniandGitHub 03c1670278 rabbitmqadmin-ng: 2.8.1 -> 2.9.0 (#436572) 2025-09-05 09:43:01 +02:00
Wolfgang Walther 2f336e2a07 haskell.packages.integer-simple: remove unused includes
These versions were dropped from Nixpkgs already.
2025-09-05 09:42:22 +02:00
Wolfgang Walther 07cb32debe haskell.packages.native-bignum: exclude recurseForDerivations
This was accidentally introduced when it was added to
`haskell.compiler`. This code is a bit odd, because it iterates through
the compiler attributes and then tries to access the same name in
packages, which fails in this case.

Seems like this was just a copy-paste error, this should iterate through
packages instead.
2025-09-05 09:42:18 +02:00
misuzuandGitHub 96623bfdd8 proxmox-backup-client: 4.0.13 -> 4.0.14, fix build with rustc 1.89 (#440100) 2025-09-05 10:37:53 +03:00
Yohann BonifaceandGitHub d6b63672d7 buildah-unwrapped: 1.41.3 -> 1.41.4 (#440290) 2025-09-05 09:32:33 +02:00
Yohann BonifaceandGitHub 3467208c13 eloquent: fix mainProgram (#440199) 2025-09-05 09:27:38 +02:00
Yohann BonifaceandGitHub 39ad8d06e6 bootdev-cli: 1.20.1 -> 1.20.2 (#440220) 2025-09-05 09:24:57 +02:00
Yohann BonifaceandGitHub 3a7056927f x3270: 4.3ga8 -> 4.4ga6 (#438092) 2025-09-05 09:23:00 +02:00