Commit Graph
717298 Commits
Author SHA1 Message Date
nixpkgs-merge-bot[bot]andGitHub 38ebec4623 librecast: 0.8.0 -> 0.9.1 (#361120) 2024-12-03 12:25:55 +00:00
AleksanaandGitHub 510184797b netcdf: fix and enable strictDeps = true (#360690) 2024-12-03 20:24:53 +08:00
AleksanaandGitHub 4a736ec26a tree-sitter: fix two grammar pnames (#360388) 2024-12-03 20:22:49 +08:00
AleksanaandGitHub 4c2ae8c547 ciscoPacketTracer7: fix fhsenv version (#360887) 2024-12-03 20:21:43 +08:00
isabel 143952b7d3 hyfetch: include pciutils as a dependency
fixes https://github.com/NixOS/nixpkgs/issues/361249
2024-12-03 12:19:59 +00:00
Fabian Affolter f97c2cfddf wafw00f: refactor
- format with nixfmt
- add changelog to meta
2024-12-03 13:19:12 +01:00
r-vdpandThiago Kenji Okada debea81ba7 nixos-rebuild-ng: don't try to register the profile when doing build or test 2024-12-03 12:19:10 +00:00
Alyssa Ross 609b25dfa6 linux/hardened/patches/6.6: v6.6.62-hardened1 -> v6.6.63-hardened1 2024-12-03 13:15:38 +01:00
Alyssa Ross 08cf416d5f linux/hardened/patches/6.11: v6.11.9-hardened1 -> v6.11.10-hardened1 2024-12-03 13:15:35 +01:00
Alyssa Ross b5964b825f linux/hardened/patches/6.1: v6.1.118-hardened1 -> v6.1.119-hardened1 2024-12-03 13:15:34 +01:00
Alyssa Ross adb7bd4be8 linux-rt_6_6: 6.6.58-rt45 -> 6.6.63-rt46 2024-12-03 13:15:32 +01:00
Alyssa Ross ee127a0590 linux-rt_6_1: 6.1.112-rt43 -> 6.1.119-rt45 2024-12-03 13:15:29 +01:00
Alyssa Ross 6431119ca4 linux-rt_5_4: 5.4.278-rt91 -> 5.4.285-rt93 2024-12-03 13:15:27 +01:00
Alyssa Ross 9f80d01872 linux-rt_5_10: 5.10.225-rt117 -> 5.10.229-rt121 2024-12-03 13:15:26 +01:00
Alyssa Ross 8d3349cda3 linux_testing: 6.12-rc7 -> 6.13-rc1 2024-12-03 13:15:24 +01:00
AleksanaandGitHub dd33e87ac6 silx: init at 2.1.1, fabio: init at 24.4.0 (#340000) 2024-12-03 20:11:56 +08:00
AleksanaandGitHub 122ab4117f deepin: do not install infrequently used apps by default (#361425) 2024-12-03 20:02:56 +08:00
Noa Aarts 360444f92d haruna: 1.1.2 -> 1.2.1 2024-12-03 12:56:51 +01:00
Gaétan LepageandGitHub 442b6ae19d fdroidserver: 2.3a2 -> 2.3.0 (#359351) 2024-12-03 12:55:12 +01:00
AleksanaandGitHub d6d092f87d {buildRustPackage,fetchCargoTarball,fetchCargoVendor}: respect cargoRoot (#350541) 2024-12-03 19:49:09 +08:00
linsui 9f664fb68b fdroidserver: 2.3a2 -> 2.3.0 2024-12-03 19:46:11 +08:00
Masum RezaandGitHub 2bedc788d7 nixos/ananicy: fix eval when hardened kernel is used with ananicy-cpp (#361172) 2024-12-03 17:14:42 +05:30
rewine 6990eac8e8 deepin: do not install infrequently used apps by default 2024-12-03 19:22:18 +08:00
nixpkgs-merge-bot[bot]andGitHub f49f947ec4 check-jsonschema: 0.29.2 -> 0.29.4 (#360020) 2024-12-03 11:05:36 +00:00
KerstinandGitHub a75d28a5b0 visual-hexdiff: init at 0.0.53 (#327172) 2024-12-03 12:04:53 +01:00
Jakub KozłowskiandGitHub 930a52aacc scala-cli: 1.5.1 -> 1.5.4 (#361225) 2024-12-03 12:02:02 +01:00
nicoo 25bdcd51e8 lib.packagesFromDirectoryRecursive: Split and explain examples, warn about scope limitation 2024-12-03 11:01:28 +00:00
Jakub KozłowskiandGitHub bd1bc9d56b unison-ucm: 0.5.28 -> 0.5.29 (#361221) 2024-12-03 12:01:26 +01:00
nicooandValentin Gagarin 781b44b39d lib.packagesFromDirectoryRecursive: document inputs better
Cut out redundant boilerplate, explain what the `callPackage` parameter is.

Co-authored-by: Valentin Gagarin <valentin@gagarin.work>
2024-12-03 11:01:12 +00:00
R. RyantmandEmery Hemingway f574b37ee4 tkrzw: 1.0.31 -> 1.0.32 2024-12-03 10:59:09 +00:00
Fabian Affolter 5061e5448d rates: move to pkgs/by-name 2024-12-03 11:50:49 +01:00
Fabian Affolter 51adde8e75 rates: add versionCheckHook 2024-12-03 11:47:59 +01:00
Fabian Affolter a72e7d1cd2 rates:format with nixfmt 2024-12-03 11:46:01 +01:00
r-vdp 9226d4e9ee nixos/filesystems: don't silently ignore label when device is set
Before this change, when both device and label were set, the label would
be silently ignored. This is especially problematic when the device is
set in another module, and it's not immediately obvious why the label is
not having any effect.

Additionally, some other modules use the device option to get the device
of a filesystem, but this option is not populated when only the label is
set, causing those modules to conclude that the filesystem does not have
a backing device.

With this change, we populate the device option using the label when the
label is set. This means that we get a clear error message when both the
device and label are set, and that the device is properly populated
whenever the label is used to specify the backing device.
2024-12-03 11:45:42 +01:00
Fabian Affolter ece89eabe5 rates: refactor
- use hash
- add changelog to meta
2024-12-03 11:45:25 +01:00
Thiago Kenji Okada 48011bb551 nixos/doc/rl-2505: document retroarch refactoring changes 2024-12-03 10:41:52 +00:00
Fabian Affolter 1d957b2e3a websocat: move to pkgs/by-name 2024-12-03 11:41:03 +01:00
Jon Seager 0fbfd6ff1a python3Packages.pytouchlinesl: 0.2.0 -> 0.3.0 2024-12-03 10:39:33 +00:00
Fabian Affolter f1e02d7a44 websocat: add versionCheckHook 2024-12-03 11:36:12 +01:00
Fabian Affolter e331bd9a92 websocat: format with nixfmt 2024-12-03 11:32:53 +01:00
Fabian Affolter dc28b5b21f gotestwaf: move to pkgs/by-name 2024-12-03 11:29:30 +01:00
Fabian Affolter 0a4c5699f3 gotestwaf: migrate to versionCheckHook 2024-12-03 11:27:38 +01:00
R. Ryantm d956846ddc python312Packages.playwrightcapture: 1.27.3 -> 1.27.4 2024-12-03 10:26:50 +00:00
Fabian Affolter 47bb8b2150 python312Packages.thinqconnect: 1.0.1 -> 1.0.2
Diff: https://github.com/thinq-connect/pythinqconnect/compare/refs/tags/1.0.1...1.0.2
2024-12-03 11:23:40 +01:00
Fabian Affolter fe5fb91889 slowlorust: move to pkgs/by-name 2024-12-03 11:20:57 +01:00
R. Ryantm 2e387e6c59 viceroy: 0.12.1 -> 0.12.2 2024-12-03 10:20:42 +00:00
Fabian Affolter 29657fce4b slowlorust: add versionCheckHook 2024-12-03 11:16:36 +01:00
R. Ryantm f46d02e1da python312Packages.mitogen: 0.3.18 -> 0.3.19 2024-12-03 10:12:50 +00:00
Franz Pletz c91e47f589 nixos/fireqos: modernize 2024-12-03 11:11:45 +01:00
Fabian Affolter ab73ad0d48 slowlorust: format with nixfmt 2024-12-03 11:11:02 +01:00