Commit Graph
771738 Commits
Author SHA1 Message Date
Rebecca Turner 3cb09c397b editline: recognize Alt-Left/Alt-Right in more platforms
This applies a merged but not released patch from upstream (`editline`
has not cut a release since 2020).

See: https://github.com/troglobit/editline/pull/70
See: https://github.com/NixOS/nixpkgs/pull/341131
2025-03-19 18:09:16 -07:00
Peder Bergebakken SundtandGitHub 5c545bde6a follow: 0.2.0-beta.2 -> 0.3.7 (#383051) 2025-03-20 02:03:38 +01:00
Rebecca Turner 24ad909c61 capnproto: build shared libs, debuginfo, etc.
This makes several improvements to the `capnproto` derivation:
- Build shared libs
- Build debuginfo
  See: https://git.lix.systems/lix-project/lix/issues/550
- Set the correct cmake build type
- Set the correct cxxflags to build the coroutine library
- Always build with clang
- Work around a broken static build
  See: https://github.com/avdv/scalals/commit/a2de0eff59cb4c9be6f8a33b2957e31727f87b89

See: https://git.lix.systems/lix-project/lix/issues/527

This upstreams the fixes from https://gerrit.lix.systems/c/lix/+/2074
2025-03-19 18:02:19 -07:00
R. Ryantm 32af776444 shadowsocks-rust: 1.22.0 -> 1.23.0 2025-03-20 00:58:42 +00:00
R. Ryantm c6cfeba039 comet-gog: 0.2.0 -> 0.3.0 2025-03-20 00:52:33 +00:00
Artturin 814aeb0e32 bluespec: Support x86_64-darwin and aarch64-linux 2025-03-20 02:49:54 +02:00
YtandGitHub 40d359244b services/cloudflare-dyndns: require that apiTokenFile be an api token (#388853) 2025-03-19 20:45:48 -04:00
R. Ryantm b9a8eb54d5 ttyplot: 1.7.0 -> 1.7.1 2025-03-20 00:38:45 +00:00
55fc12ae0f siyuan: 3.1.24 -> 3.1.25 (#391196)
Co-authored-by: L-Trump <L-Trump@users.noreply.github.com>
2025-03-20 00:35:46 +00:00
Lin JianandGitHub 504f9ae8d1 emacs: set FD_SETSIZE and DARWIN_UNLIMITED_SELECT on darwin (#391407) 2025-03-20 08:34:50 +08:00
R. Ryantm 3f8e9a3b4b terraform-providers.spotinst: 1.211.0 -> 1.213.1 2025-03-20 00:24:08 +00:00
osbm a50eb58f28 python3Packages.datasets: 3.2.0 -> 3.4.1 2025-03-20 03:23:05 +03:00
Jonathan Carroll Otsuka 6a9b338960 emacs: set FD_SETSIZE and DARWIN_UNLIMITED_SELECT on darwin
This fixes the issue around macOS and `too many open files`.

Prior work:

https://github.com/d12frosted/homebrew-emacs-plus/commit/4b34ed7402a4f3e1f212b2c6fa0851f4b59e247c

Context:

https://en.liujiacai.net/2022/09/03/emacs-maxopenfiles/
2025-03-19 19:15:53 -05:00
Gaetan Lepage 67a6eb4d6c python312Packages.devito: 4.8.12 -> 4.8.14
Diff: https://github.com/devitocodes/devito/compare/refs/tags/v4.8.12...v4.8.14

Changelog: https://github.com/devitocodes/devito/releases/tag/v4.8.14
2025-03-20 00:56:26 +01:00
Gaétan LepageandGitHub dc18c6f81c python312Packages.conduit[-mpi]: init at 0.9.3 (#391333) 2025-03-20 00:55:09 +01:00
Gaétan LepageandGitHub 9113970986 python3Packages.langchain*: fix automatic updates (#390196) 2025-03-20 00:46:53 +01:00
Gaetan Lepage 0d23178313 python312Packages.conduit[-mpi]: init at 0.9.3 2025-03-20 00:46:23 +01:00
Nick CaoandGitHub a172348e48 linuxPackages.nvidiaPackages.production: 570.124.04 -> 570.133.07 (#391307) 2025-03-19 19:45:17 -04:00
Nick CaoandGitHub b11100a111 python312Packages.awkward: 2.7.4 -> 2.8.0 (#391399) 2025-03-19 19:44:24 -04:00
dotlambdaandGitHub ff48d3983a bitwarden-cli: re-enable building native modules (#390933) 2025-03-19 16:39:42 -07:00
KiskaeandNick Cao 787aeb2495 linuxPackages.nvidiaPackages.production: 570.124.04 -> 570.133.07 2025-03-19 19:33:20 -04:00
Jeremy Fleischman 9c02a1e422 services/cloudflare-dyndns: require that apiTokenFile be an api token
Previously, this option was supposed to be a file of the form
`CLOUDFLARE_API_TOKEN=...`, which has a few problems:

- That's not an api token. It's an env file fit for passing to systemd's
  `EnvironmentFile` option. The user could typo the variable name, or
  intentionally/unintentionally include unrelated environment variables.
- It's not how secret files usually work in NixOS. Secret files are
  usually just the secret, and don't leak details about how the secret
  is passed to the service.
- This increases friction for people switching between cloudflare dyndns
  services, such as `services.cloudflare-dyndns` and
  `services.cfdyndns`, which both have a `apiToken` option, but (before
  this change) with different semantics.
2025-03-19 18:19:29 -05:00
sternenseemann 269a2c324e foot: 1.20.2 -> 1.21.0
https://codeberg.org/dnkl/foot/releases/tag/1.21.0
2025-03-20 00:17:05 +01:00
sternenseemann 8bbea3f65c fcft: 3.2.0 -> 3.3.1
https://codeberg.org/dnkl/fcft/releases/tag/3.3.0https://codeberg.org/dnkl/fcft/releases/tag/3.3.1
2025-03-20 00:17:05 +01:00
Gaetan Lepage 034eb04046 python312Packages.awkward: 2.7.4 -> 2.8.0
Diff: https://github.com/scikit-hep/awkward/compare/refs/tags/v2.7.4...v2.8.0

Changelog: https://github.com/scikit-hep/awkward/releases/tag/v2.8.0
2025-03-20 00:07:05 +01:00
Gaétan LepageandGitHub c9fa0a3a4f python3Packages.kubernetes-validate: init at 1.31.0 (#356174) 2025-03-20 00:01:40 +01:00
Martin WeineltandGitHub b7b4682488 exabgp: 4.2.22 -> 4.2.25 (#391376) 2025-03-20 00:01:26 +01:00
Gaetan Lepage cf18cc959d python312Packages.awkward-cpp: 44 -> 45 2025-03-19 23:58:31 +01:00
Felix BühlerandGitHub 42ecfe908e ab-av1: 0.9.1 -> 0.9.3 (#391257) 2025-03-19 23:50:05 +01:00
commiterate 3366b27e59 fluent-bit: link against Nix dependencies, fix Darwin builds, and add NixOS module 2025-03-19 18:48:46 -04:00
Felix BühlerandGitHub 310c01ef2f mill: 0.12.8 -> 0.12.9 (#391278) 2025-03-19 23:47:20 +01:00
Heitor Augustoandzowoq 8b90097c39 gh: 2.68.1 -> 2.69.0
Diff: https://github.com/cli/cli/compare/refs/tags/v2.68.1...v2.69.0

Changelog: https://github.com/cli/cli/releases/tag/v2.69.0
2025-03-20 08:45:27 +10:00
hdhogandzowoq 52b0eecca3 terraform-providers.nexus: init at v2.5.0 2025-03-20 08:44:53 +10:00
eaadd9b513 protonmail-desktop: 1.7.1 -> 1.8.0 (#390767)
Co-authored-by: rsniezek <rsniezek@users.noreply.github.com>
2025-03-19 22:35:03 +00:00
Donovan GloverandGitHub 6b6ab6786e windsurf: add sarahec as maintainer (#391378) 2025-03-19 22:28:59 +00:00
Felix BühlerandGitHub 30358ab7a7 formats.lua: init; types.luaInline: init (#390120) 2025-03-19 23:18:05 +01:00
R. Ryantm ff0cfa9d7b turn-rs: 3.3.4 -> 3.4.0 2025-03-19 22:12:56 +00:00
Nick CaoandGitHub a84ebe20c6 python312Packages.pytorch-lightning: 2.5.0.post0 -> 2.5.1 (#391387) 2025-03-19 18:12:44 -04:00
81040db479 owntracks-recorder: 0.9.9 -> 1.0.0 (#391285)
Co-authored-by: gaelreyrol <me@gaelreyrol.dev>
2025-03-19 22:12:32 +00:00
John EricsonandGitHub fd36cd2a0f libblake3: 1.6.1 -> 1.7.0; enable TBB multi-threading support (#390458) 2025-03-19 18:09:38 -04:00
Jakub KozłowskiandGitHub be9be764ad bloop: 2.0.8 -> 2.0.9 (#391337) 2025-03-19 23:07:29 +01:00
evplus c3f61d1cbd nixos/incus ensure br_netfilter module is enabled 2025-03-19 22:56:07 +01:00
Sandro Jäckel c317d5e222 nixos/mobilizon: create sitemap directory
Mar 19 21:35:05 mobilizon mobilizon[1324]: 21:35:05.504 [info] {"args":{},"attempt":19,"duration":130905,"error":"** (File.Error) could not write to file \"/var/lib/mobilizon/sitemap/sitemap-00001.xml\": no such file or directory","event":"job:exception","id":178203,"max_attempts":20,"meta":{},"queue":"background","queue_time":510620016,"source":"oban","state":"failure","tags":[],"worker":"Mobilizon.Service.Workers.BuildSiteMap"}
2025-03-19 22:52:48 +01:00
Silvan MosbergerandGitHub 4babefd727 genealogos: init at 1.0.0 (#309849) 2025-03-19 22:49:21 +01:00
Gaetan Lepage a6706df9c1 python312Packages.pytorch-lightning: 2.5.0.post0 -> 2.5.1
Diff: https://github.com/Lightning-AI/pytorch-lightning/compare/refs/tags/2.5.0.post0...2.5.1

Changelog: https://github.com/Lightning-AI/pytorch-lightning/releases/tag/2.5.1
2025-03-19 22:40:47 +01:00
Pol DellaieraandGitHub bde2c0027e netbird: unbreak netbird-ui build (#390989)
* netbird: 0.37.1 -> 0.38.2

* netbird: unbreak `netbird-ui` build

* netbird: add `versionCheckHook`

* netbird: use `buildGoModule`

* netbird: use `darwin.apple_sdk.framework`

* netbird: move to `pkgs/by-name`

* netbird: use `finalAttrs` pattern

* netbird: remove `with lib;` in front of the `meta` attribute set

* netbird: minor cleanup

* netbird: remove `darwin` parameter

* netbird: disable `installCheck` for `netbird-ui` only
2025-03-19 22:33:46 +01:00
Nick CaoandGitHub f63a963218 diffoci: 0.1.5 -> 0.1.6 (#391296) 2025-03-19 17:32:39 -04:00
Wolfgang WaltherandGitHub fdc4f7943c postgresqlJitPackages.timescaledb: fix build (#391374) 2025-03-19 21:31:19 +00:00
dotlambdaandGitHub a487c7ea41 postfix: re-add no-warnings patch (#391373) 2025-03-19 14:31:06 -07:00
Gaétan LepageandGitHub a5ff48b506 fake-gcs-server: disable checks (#389286) 2025-03-19 22:29:21 +01:00