Commit Graph

994196 Commits

Author SHA1 Message Date
Kirill Radzikhovskyy d64d7cda9e nixosTests.ncps-ha-pg-redis: wait for harmonia.socket instead of service 2026-05-08 09:12:57 +10:00
Kirill Radzikhovskyy 95fffaa13c nixosTests.ncps: wait for harmonia.socket instead of service 2026-05-08 09:12:52 +10:00
Kirill Radzikhovskyy 6fe4633b32 nixosTests.harmonia: fix assertion 2026-05-08 09:06:30 +10:00
Sandro bc51f7b98e buildkite-agent: 3.121.0 -> 3.124.0 (#515983) 2026-05-07 22:46:40 +00:00
Sandro 1c151059d8 guitarix-vst: init at 0.5 (#512511) 2026-05-07 22:45:49 +00:00
nixpkgs-ci[bot] 9e14e2f156 oxlint: 1.62.0 -> 1.63.0 (#517822) 2026-05-07 22:40:39 +00:00
nixpkgs-ci[bot] 0f72adda47 inputplumber: 0.76.1 -> 0.77.0 (#517818) 2026-05-07 22:40:38 +00:00
Weijia Wang 49fe9326fe peertube: 8.0.2 -> 8.1.5; bump nodejs version from 20 to 24 (#515594) 2026-05-07 22:39:56 +00:00
Felix Bargfeldt 119cc01430 toml-test: 2.1.0 -> 2.2.0 (#517832) 2026-05-07 22:39:53 +00:00
Sandro 80c768427e nawk: 20251225 -> 20260426; add nix-update-script (#514469) 2026-05-07 22:38:07 +00:00
Audrey Dutcher 72b3eb38f0 minimal-bootstrap: Honor config.contentAddressedByDefault (#510094) 2026-05-07 22:30:58 +00:00
Gergő Gutyina 1ddf8a6c31 various: migrate fetchPnpmDeps from fetcherVersion = 2 to fetcherVersion = 3 (part 2) (#514073) 2026-05-07 22:30:52 +00:00
@mjones f6a7dbfe79 lmstudio: Fix signing on Darwin (#507139) 2026-05-07 22:27:45 +00:00
R. Ryantm 552f0bce61 toml-test: 2.1.0 -> 2.2.0 2026-05-07 22:23:06 +00:00
Maciej Krüger 0859be7379 openclaw: 2026.4.22 -> 2026.5.6 (#517709) 2026-05-07 22:14:57 +00:00
Yohann Boniface fcd2b99ab4 libertinus: use installFonts (#515634) 2026-05-07 22:07:16 +00:00
Sandro b2681d454c python3Packages.maestral, maestral-qt: set updateScript (#455148) 2026-05-07 22:06:28 +00:00
Yohann Boniface 927cf1b8f7 netbird-dashboard: remove patrickdag as maintainer (#517722) 2026-05-07 22:06:11 +00:00
Yohann Boniface 0d7f020f33 installFonts: error about woff files being present (#504978) 2026-05-07 22:05:07 +00:00
Yohann Boniface 667afbf7f2 nim.nim.nimTarget: fix the eval (#517810) 2026-05-07 22:02:09 +00:00
R. Ryantm c7266df058 oxlint: 1.62.0 -> 1.63.0 2026-05-07 21:52:08 +00:00
Gergő Gutyina c0abbee95a various: migrate fetchPnpmDeps from fetcherVersion = 2 to fetcherVersion = 3 (part 1) (#514072) 2026-05-07 21:51:59 +00:00
kirillrdy 794b914f79 python3Packages.symfc: 1.6.1 -> 1.7.0 (#517525) 2026-05-07 21:51:55 +00:00
Pol Dellaiera beb09c9d31 jujutsu: 0.40.0 -> 0.41.0 (#517681) 2026-05-07 21:44:59 +00:00
Martin Weinelt 668d66444d python315: 3.15.0a7 -> 3.15.0b1 (#517817) 2026-05-07 21:41:43 +00:00
Sigmanificient fee5f4012e libertinus: use installFonts 2026-05-07 23:30:21 +02:00
Felix Bargfeldt 533f022f3a mergiraf: 0.16.3 -> 0.17.0 (#517809) 2026-05-07 21:24:02 +00:00
Yohann Boniface 833e42281c cre2: fix build (#516834) 2026-05-07 21:22:48 +00:00
Nick Cao a912c2f25c tmuxPlugins.tmux-toggle-popup: 0.4.4 -> 0.5.1 (#512684) 2026-05-07 21:18:40 +00:00
R. Ryantm 1ca3c3ea56 inputplumber: 0.76.1 -> 0.77.0 2026-05-07 21:14:03 +00:00
Martin Weinelt de92bac908 python315: 3.15.0a7 -> 3.15.0b1
https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-beta-1
2026-05-07 23:13:33 +02:00
Sergei Trofimovich 9d3bedf8bd nim.nim.nimTarget: fix the eval
Without the chnage the eval fails as:

```
$ nix eval --impure --expr 'with import ./. {}; nim.nim.nimTarget'
evaluation warning: nimTarget is deprecated, please use stdenv.hostPlatform.nim.cpu instead.
error:
       … while evaluating the attribute 'nim.nimTarget'
         at pkgs/by-name/ni/nim-unwrapped-2_2/package.nix:101:5:
          100|     nimHost = lib.warn "nimHost is deprecated, please use stdenv.hostPlatform.nim.os instead." stdenv.hostPlatform.nim.os;
          101|     nimTarget = lib.warn "nimTarget is deprecated, please use stdenv.hostPlatform.nim.cpu instead." stdenv.hostPlatform.cpu;
             |     ^
          102|   };

       … while calling the 'warn' builtin
         at pkgs/by-name/ni/nim-unwrapped-2_2/package.nix:101:17:
          100|     nimHost = lib.warn "nimHost is deprecated, please use stdenv.hostPlatform.nim.os instead." stdenv.hostPlatform.nim.os;
          101|     nimTarget = lib.warn "nimTarget is deprecated, please use stdenv.hostPlatform.nim.cpu instead." stdenv.hostPlatform.cpu;
             |                 ^
          102|   };

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: attribute 'cpu' missing
       at pkgs/by-name/ni/nim-unwrapped-2_2/package.nix:101:101:
          100|     nimHost = lib.warn "nimHost is deprecated, please use stdenv.hostPlatform.nim.os instead." stdenv.hostPlatform.nim.os;
          101|     nimTarget = lib.warn "nimTarget is deprecated, please use stdenv.hostPlatform.nim.cpu instead." stdenv.hostPlatform.cpu;
             |                                                                                                     ^
          102|   };
```
2026-05-07 22:09:47 +01:00
Peder Bergebakken Sundt 43df5606a9 itools: fix build by regenerating config.h.in (#517631) 2026-05-07 21:06:01 +00:00
Peder Bergebakken Sundt 397ecad60f python3Packages.pkg-about: 2.0.12 -> 2.3.0 (#516220) 2026-05-07 21:03:56 +00:00
Peder Bergebakken Sundt b283e6a8f4 gammu: 1.42.0 -> 1.43.2 (#515870) 2026-05-07 21:00:54 +00:00
Peder Bergebakken Sundt 0db687cd5c python3Packages.chipwhisperer: mark broken (#514599) 2026-05-07 21:00:05 +00:00
Peder Bergebakken Sundt 1d7c28eac3 phylophlan: cleanup the nix declaration (#514529) 2026-05-07 20:57:36 +00:00
Pol Dellaiera 07458b5f0a typos: 1.45.2 -> 1.46.0 (#517725) 2026-05-07 20:54:46 +00:00
Peder Bergebakken Sundt d54d66e8cc andcli: add passthru.updateScript (#510378) 2026-05-07 20:54:42 +00:00
Peder Bergebakken Sundt 60ddabc99c tiddlywiki: 5.3.8 -> 5.4.0 (#512289) 2026-05-07 20:54:16 +00:00
Nick Cao feeabcb7ae k0sctl: 0.28.0 -> 0.30.0 (#515590) 2026-05-07 20:50:21 +00:00
Peder Bergebakken Sundt 736186bcff ramalama: 0.18.0 -> 0.19.0 (#511925) 2026-05-07 20:49:32 +00:00
Nick Cao aa795782ab dbip-{asn,city,country}-lite: 2026-04 -> 2026-05 (#515587) 2026-05-07 20:49:30 +00:00
Nick Cao 7ed8aa763c nbd: 3.25 -> 3.27.1 (#515240) 2026-05-07 20:49:02 +00:00
Nick Cao d24f01b207 telegram-desktop: 6.7.6 -> 6.7.7, materialgram: 6.4.0.1 -> 6.7.7.1 (#512931) 2026-05-07 20:48:45 +00:00
Peder Bergebakken Sundt e36909c127 xbyak: 7.36 -> 7.36.2 (#511277) 2026-05-07 20:48:29 +00:00
R. Ryantm eaaaa0319c mergiraf: 0.16.3 -> 0.17.0 2026-05-07 20:42:05 +00:00
Peder Bergebakken Sundt 49c914304d sozu: fix build on x86_64-darwin (#517110) 2026-05-07 20:12:51 +00:00
Martin Weinelt 450d757071 esphome: 2026.4.4 -> 2026.4.5 (#517799) 2026-05-07 20:12:39 +00:00
Peder Bergebakken Sundt 44b8ac9ca7 ratpoison: fix build on Darwin (#517121) 2026-05-07 20:11:06 +00:00