Commit Graph
683333 Commits
Author SHA1 Message Date
Nick CaoandGitHub e75cfa3178 python312Packages.lib4sbom: 0.7.4 -> 0.7.5 (#342951) 2024-09-19 12:52:18 -04:00
Nick CaoandGitHub 8b00e029fd renderdoc: use lib.cmakeBool and lib.cmakeFeature (#342954) 2024-09-19 12:51:40 -04:00
Nick CaoandGitHub 7df54fcf63 python312Packages.tencentcloud-sdk-python: 3.0.1233 -> 3.0.1234 (#342898) 2024-09-19 12:50:22 -04:00
Nick CaoandGitHub a70e76bc79 python312Packages.msgraph-sdk: 1.7.0 -> 1.8.0 (#342957) 2024-09-19 12:50:05 -04:00
Nick CaoandGitHub e9b2849810 python312Packages.publicsuffixlist: 1.0.2.20240915 -> 1.0.2.20240918 (#342900) 2024-09-19 12:47:38 -04:00
Nick CaoandGitHub 9acd396a06 abpoa: 1.5.2 -> 1.5.3 (#342918) 2024-09-19 12:46:10 -04:00
Nick CaoandGitHub f80598f6fd cargo-zigbuild: 0.19.1 -> 0.19.2 (#342920) 2024-09-19 12:44:37 -04:00
Nick CaoandGitHub 5629a74e69 protoc-gen-twirp_php: 0.11.0 -> 0.12.0 (#342926) 2024-09-19 12:43:36 -04:00
Nick CaoandGitHub fc901ea81c julia-mono: 0.056 -> 0.057 (#342927) 2024-09-19 12:43:00 -04:00
Michele Guerini RoccoandGitHub ebdd7ce69d Revert "nixos/wireless: link config to /etc by default" (#343039) 2024-09-19 18:38:39 +02:00
Peder Bergebakken SundtandGitHub b3f681c943 pingvin-share: 0.29.0 -> 1.1.1 (#343009) 2024-09-19 18:34:42 +02:00
Nikolay KorotkiyandGitHub c6088c08c2 crow-translate: 2.11.1 → 3.0.0 (#342901) 2024-09-19 19:51:15 +04:00
Peder Bergebakken SundtandGitHub 6886cfd66b harper: 0.10.0 -> 0.11.0 (#341615) 2024-09-19 17:32:44 +02:00
Peder Bergebakken SundtandGitHub 9f0fb06ceb nixos/ttyd: allow caFile=null when enableSSL=true (#340554) 2024-09-19 17:30:29 +02:00
Peder Bergebakken SundtandGitHub 537d63be0c python312Packages.gradio: 4.41.0 -> 4.44.0 (#341640) 2024-09-19 17:29:35 +02:00
Peder Bergebakken SundtandGitHub e5e4dac5e4 sus-compiler: init at 0.0.2 (#342102) 2024-09-19 17:29:18 +02:00
Bjørn Forsman 86a6ef5f15 nixos/prometheus-smartctl-exporter: fix NVMe scanning
smartctl_exporter already runs with SupplementaryGroups "disk", which
gives full access to SATA drives, but NVMe devices are owned by
root:root, resulting in no access:

  [...] msg="Smartctl open device: /dev/nvme0 failed: Permission denied"

This patch introduces a "smartctl-exporter-access" supplementary
group, and an udev rule with setfacl to give the exporter access to NVMe
drives, without changing the base root:root ownership.

Fixes https://github.com/NixOS/nixpkgs/issues/210041
2024-09-19 17:28:30 +02:00
Peder Bergebakken SundtandGitHub 33b19e7dbb sqlpkg-cli: fix badPlatforms platform typo (#342430) 2024-09-19 17:27:59 +02:00
Josh HofferandBjørn Forsman 4080d35d2b nixos/udev: only restart when udev rules change
Only restart `systemd-udevd.service` if udev rules in `/etc/udev/rules`
actually changed. The paths of `services.udev.packages` may change
frequently but the resulting udev rules built by `udevRulesFor`
likely change less often.

This has the added benefit of not adding `services.udev.packages` to
the system closure if they are only used for their udev rules
(issue #308937).
2024-09-19 17:26:01 +02:00
nixpkgs-merge-bot[bot]andGitHub 1bbc5851ec photini: 2024.5.0 -> 2024.9.1 (#342873) 2024-09-19 15:21:07 +00:00
h7x4andGitHub 2dc4f03320 gotenberg: add meta.mainProgram (#342834) 2024-09-19 17:18:18 +02:00
Thomas GerbetandGitHub 78fdf431cd unit: fix php82 module argument (#343025) 2024-09-19 16:51:49 +02:00
rnhmjoj 7efc956510 Revert "nixos/wireless: link config to /etc by default"
This reverts commit 89eb93dc3f.

It broken setups where /etc/wpa_supplicant.conf is configured
imperatively and reloading of the service on configuration changes.
2024-09-19 16:36:34 +02:00
K900andGitHub c04d5652cf nix: revert default to 2.18 for now (#343032) 2024-09-19 17:19:46 +03:00
K900 7d10007445 Revert "nix-plugins: 14.0.0 -> 15.0.0"
This reverts commit 0291167323.

To match Nix version revert.

See upstream issue: https://github.com/NixOS/nix/issues/11547
2024-09-19 17:17:19 +03:00
K900 b3b9bdd901 Revert "nix: nix_2_18 -> nix_2_24"
This reverts commit 2e702d07bb.

Segfaults during evaluation in yet-to-be-determined circumstances.
Investigation is ongoing, reverting for now to be safe.

Upstream issue: https://github.com/NixOS/nix/issues/11547
2024-09-19 17:17:16 +03:00
K900 fb38235766 Revert "nixos/nix-fallback-paths: 2.24.2 -> 2.24.6"
This reverts commit ac849e5658.

Nix 2.24 segfaults semi-randomly during evaluation on specific configs (?).
This commit prepares for another revert, putting the default back to 2.18.

Upstream issue: https://github.com/NixOS/nix/issues/11547
2024-09-19 17:17:10 +03:00
Maximilian BoschandGitHub f5e35cf2d2 Merge: grafana-image-renderer: 3.11.4 -> 3.11.5 (#342494) 2024-09-19 16:16:51 +02:00
Nikolay KorotkiyandGitHub a9478ce4d0 maintainers: update luc65r's mail address (#343016) 2024-09-19 18:03:18 +04:00
Bobby RongandGitHub 04b776d6cd libgedit-amtk, libgedit-gfls, libgedit-gtksourceview, libgedit-tepl, gedit, enter-tex: Update (#342828) 2024-09-19 22:02:52 +08:00
Nikolay KorotkiyandGitHub f6676eac25 grass: drop clang integer patch (#342796) 2024-09-19 18:00:32 +04:00
Christina SørensenandGitHub b9f54ab433 eza: 0.19.3 -> 0.19.4 (#342810) 2024-09-19 15:32:02 +02:00
Bobby RongandGitHub 89cb23339d sushi: use actual upstream url as homepage (#343026) 2024-09-19 21:31:28 +08:00
Dmitry MarakasovandGitHub 9f3c106bf1 sushi: use actual upstream url as homepage 2024-09-19 16:24:49 +03:00
Maximilian BoschandGitHub 4116ad8034 Merge: ast-grep: 0.27.0 -> 0.27.1 (#342960) 2024-09-19 15:21:58 +02:00
Rafael Kraut f24fd1b48e unit: fix php82 module argument 2024-09-19 15:17:48 +02:00
AtemuandGitHub fa09c7cca3 steam-run: make free and create version without steam (#334773) 2024-09-19 15:09:28 +02:00
h7x4andGitHub 36b6768bc6 kubectl: set meta.mainProgram (#342886) 2024-09-19 14:39:02 +02:00
Adam C. StephensandGitHub d1e6ee24a8 ollama: add libs to wrapper's LD_LIBRARY_PATH to fix ollama-cuda (#342685) 2024-09-19 08:18:32 -04:00
Jörg ThalheimandGitHub 4f91815a07 freebsd: Fix obscure c++98 interaction used by gbenchmark (#335454) 2024-09-19 14:00:59 +02:00
SomeoneandGitHub bb84917965 python3Packages.tensorflow-bin: Use CUDA 12, add Jetson support (#334996) 2024-09-19 11:54:20 +00:00
Adam C. StephensandGitHub 268bb5090a firefoxpwa: 2.12.3 -> 2.12.4 (#342962) 2024-09-19 07:39:46 -04:00
RatCornu c1beba12cb pingvin-share: 0.29.0 -> 1.1.1 2024-09-19 13:32:50 +02:00
Marcus RambergandGitHub 658403a838 nixos/k3s: replace deprecated extra flag in usage example (#342845) 2024-09-19 13:29:07 +02:00
SandroandGitHub 9f6fa6b186 protobuf_27: 27.4 -> 27.5 (#342967) 2024-09-19 13:26:03 +02:00
Johannes JönsandGitHub ccf6cb138b discord-ptb: 0.0.103 -> 0.0.105 (#343000) 2024-09-19 11:22:11 +00:00
Stefan Frijters ba6ec9db9b kubectl: set meta.mainProgram 2024-09-19 13:18:45 +02:00
nixpkgs-merge-bot[bot]andGitHub 6ace1877be docfd: 8.0.2 -> 8.0.3 (#342985) 2024-09-19 10:54:53 +00:00
Oleksii FilonenkoandGitHub a3701716fa termius: 9.5.0 -> 9.6.1 (#342709) 2024-09-19 11:49:29 +01:00
Oleksii FilonenkoandGitHub 774877afdd lazygit: 0.44.0 -> 0.44.1 (#342795) 2024-09-19 11:48:17 +01:00