summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* git-pw: init at 2.6.0origin/gitpwRaito Bezarius2024-02-111-0/+59
| | | | https://github.com/getpatchwork/git-pw
* Merge pull request #287898 from trofi/sptk-gcc-13-fixNick Cao2024-02-111-0/+11
|\ | | | | sptk: fix `gcc-13` build failure
| * sptk: fix `gcc-13` build failureSergei Trofimovich2024-02-101-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build fails on` master` as https://hydra.nixos.org/build/247569562: /build/source/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc:25:1: error: 'uint64_t' does not name a type 25 | uint64_t CalculateBinomialCoefficient(int n, int k) { | ^~~~~~~~ /build/source/src/conversion/autocorrelation_to_composite_sinusoidal_modeling.cc:21:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'? 20 | #include <cmath> // std::acos, std::fabs, std::pow +++ |+#include <cstdint> 21 | #include <cstddef> // std::size_t
* | Merge pull request #287073 from ↵Nick Cao2024-02-111-0/+2
|\ \ | | | | | | | | | | | | yurrriq/fix-mkdocs-git-revision-date-localized-plugin python310Packages.mkdocs-git-revision-date-localized-plugin: fix tests
| * | python310Packages.mkdocs-git-revision-date-localized-plugin: fix testsEric Bailey2024-02-071-0/+2
| | | | | | | | | | | | ref: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/f11450f8ca0b0d0867f00ce2c2f391f2957ddc76
* | | Merge pull request #287600 from GaetanLepage/ryeNick Cao2024-02-112-40/+56
|\ \ \ | | | | | | | | rye: 0.21.0 -> 0.22.0
| * | | rye: 0.21.0 -> 0.22.0Gaetan Lepage2024-02-092-40/+56
| | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/mitsuhiko/rye/compare/refs/tags/0.21.0...0.22.0 Changelog: https://github.com/mitsuhiko/rye/releases/tag/0.22.0
* | | | Merge pull request #287723 from GaetanLepage/ruffNick Cao2024-02-111-3/+13
|\ \ \ \ | | | | | | | | | | ruff: 0.1.15 -> 0.2.1
| * | | | ruff: 0.1.15 -> 0.2.1Gaetan Lepage2024-02-101-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/astral-sh/ruff/compare/refs/tags/v0.1.15...v0.2.1 Changelog: https://github.com/astral-sh/ruff/releases/tag/v0.2.1
* | | | | Merge pull request #287961 from trofi/sqlcheck-gcc-13-fixMario Rodas2024-02-111-1/+11
|\ \ \ \ \ | | | | | | | | | | | | sqlcheck: fix `gcc-13` build failure
| * | | | | sqlcheck: fix `gcc-13` build failureSergei Trofimovich2024-02-111-1/+11
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build fails on `master` as https://hydra.nixos.org/build/249068035: In file included from /build/sqlcheck/src/configuration.cpp:3: /build/sqlcheck/src/include/configuration.h:88:8: error: 'uint32_t' in namespace 'std' does not name a type; did you mean 'wint_t'? 88 | std::uint32_t line_number; | ^~~~~~~~ | wint_t
* | | | | nodePackages.vscode-json-languageserver: set meta.mainProgramMatthew_Cash2024-02-111-0/+1
| | | | |
* | | | | Merge pull request #287270 from mweinelt/lxd-networkdMaciej Krüger2024-02-112-4/+32
|\ \ \ \ \ | | | | | | | | | | | | nixos/lxd: use networkd for DHCP/RA
| * | | | | nixos/lxd: use networkd for DHCP/RAMartin Weinelt2024-02-082-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables networkd instead of dhcpcd for DHCP/RA. It offers a solid base for network configuration, that is much more extensible than dhcpcd and also better maintained than our bespoke `networking.interfaces` modules. Closes: #287269
* | | | | | Merge pull request #285378 from OPNA2608/update/ayatana-indicator-datetimeCosima Neidahl2024-02-111-28/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | ayatana-indicator-datetime: Fix version & tests
| * | | | | | ayatana-indicator-datetime: Fix version & testsOPNA26082024-02-041-28/+33
| | | | | | |
* | | | | | | Merge pull request #287841 from risicle/ris-libgit2-1.6.5Thomas Gerbet2024-02-111-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libgit2_1_6: 1.6.4 -> 1.6.5
| * | | | | | | libgit2_1_6: 1.6.4 -> 1.6.5Robert Scott2024-02-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | addressing CVE-2024-24575 & CVE-2024-24577
* | | | | | | | Merge pull request #286241 from amalgame21/kodi-sponsorblock-addonAaron Andersen2024-02-112-0/+31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | kodiPackages.sponsorblock: init at 0.5.0
| * | | | | | | | kodiPackages.sponsorblock: init at 0.5.0amalgame212024-02-072-0/+31
| | | | | | | | |
* | | | | | | | | Merge pull request #287390 from r-ryantm/auto-update/tomcat-nativeAaron Andersen2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | tomcat-native: 2.0.6 -> 2.0.7
| * | | | | | | | | tomcat-native: 2.0.6 -> 2.0.7R. Ryantm2024-02-091-2/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #284814 from yaxitech/github-runner-module-updateAaron Andersen2024-02-116-492/+503
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/github-runners: remove single runner module, rework default name, add `noDefaultLabels`
| * | | | | | | | | | nixos/github-runners: add a `group` option to set the executing groupVincent Haupert2024-02-092-1/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to the `user` option, the added `group` option sets the group of the executing process. If not `null`, it also sets `DynamicUser=false`. In case `user` is set to `null` (the default), systemd would run the service as root implicitly. As this is dangerous and most certainly not what users want, we force them to set `user = "root"` explicitly if that's really their intention. That's achieved through an assertion.
| * | | | | | | | | | nixos/github-runners: set `DynamicUser=false` if `user` not `null`Vincent Haupert2024-02-091-3/+4
| | | | | | | | | | |
| * | | | | | | | | | nixos/github-runners: align `nodeRuntimes` option with packageVincent Haupert2024-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `github-runner` package only supports `nodejs_20` since `nodejs_16` was removed in a2976db919afc97b69ce3b7699a1a44ce61bbe5f. It still makes sense to keep the `nodeRuntimes` option as this is probably not the last Node.js we'll deprecate with at least some grace period.
| * | | | | | | | | | nixos/github-runners: rework `name` defaultVincent Haupert2024-02-093-495/+461
| | | | | | | | | | |
| * | | | | | | | | | nixos/github-runner: deprecate module in favor of `github-runners.*`Vincent Haupert2024-02-094-26/+6
| | | | | | | | | | |
| * | | | | | | | | | nixos/github-runners: document new runner registrationsVincent Haupert2024-02-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the documentation of the options `workDir` and `ephemeral` reflect that changing these options will trigger a new runner registration.
| * | | | | | | | | | nixos/github-runners: add `noDefaultLabels` optionVincent Haupert2024-02-093-2/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option `noDefaultLabels` which controls the `--no-default-labels` switch passed to the configure script.
| * | | | | | | | | | nixos/github-runners: remove superfluous usages of `lib`Vincent Haupert2024-02-091-14/+14
| | | | | | | | | | |
* | | | | | | | | | | buildLuarocksPackage: remove rockspecDir (#288036)Matthieu Coudron2024-02-112-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it was used only once and complexifies the buildLuarocksPackage function uselessly. because buildLuarocksPackage accepts ... args, it wont trigger eval failures but this may break out of tree packages where the build can't find the rockspec anymore. Specify the path via `knownRockspec` if that's the case.
* | | | | | | | | | | Merge pull request #287989 from r-ryantm/auto-update/qlogMaciej Krüger2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | qlog: 0.31.0 -> 0.32.0
| * | | | | | | | | | | qlog: 0.31.0 -> 0.32.0R. Ryantm2024-02-111-2/+2
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #287906 from r-ryantm/auto-update/whisper-ctranslate2Yt2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | whisper-ctranslate2: 0.3.6 -> 0.3.9
| * | | | | | | | | | | | whisper-ctranslate2: 0.3.6 -> 0.3.9R. Ryantm2024-02-111-2/+2
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #280132 from happysalada/update_polarsYt2024-02-112-467/+2050
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python310Packages.polars: 0.19.12 -> 0.20.7
| * | | | | | | | | | | | python311Packages.polars: 0.19.12 -> 0.20.7happysalada2024-02-102-467/+2050
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #287037 from Stunkymonkey/putty-desktop-itemMaciej Krüger2024-02-111-2/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | putty: add desktop item
| * | | | | | | | | | | | | putty: add desktop itemFelix Buehler2024-02-111-2/+21
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #286913 from r-ryantm/auto-update/balena-cliDoron Behar2024-02-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | balena-cli: 17.5.1 -> 18.0.0
| * | | | | | | | | | | | | | balena-cli: 17.5.1 -> 18.0.0R. Ryantm2024-02-071-3/+3
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #287949 from r-ryantm/auto-update/pict-rsYt2024-02-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pict-rs: 0.5.1 -> 0.5.6
| * | | | | | | | | | | | | | | pict-rs: 0.5.1 -> 0.5.6R. Ryantm2024-02-111-3/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #287951 from r-ryantm/auto-update/monkeysAudioDoron Behar2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | monkeysAudio: 10.48 -> 10.49
| * | | | | | | | | | | | | | | | monkeysAudio: 10.48 -> 10.49R. Ryantm2024-02-111-2/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #287166 from r-ryantm/auto-update/sccacheDoron Behar2024-02-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sccache: 0.7.6 -> 0.7.7
| * | | | | | | | | | | | | | | | sccache: 0.7.6 -> 0.7.7R. Ryantm2024-02-081-3/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #287081 from risicle/ris-c-blosc-2.13.2Robert Scott2024-02-116-75/+162
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c-blosc2: init at 2.13.2, python3Packages.blosc2: 2.3.2 -> 2.5.1
| * | | | | | | | | | | | | | | | | python3Packages.blosc2: 2.3.2 -> 2.5.1, use system c-blosc2Robert Scott2024-02-102-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also don't need fetchSubmodules if we're not using the vendored c-blosc2