summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-pw: init at 2.6.0•••https://github.com/getpatchwork/git-pw origin/gitpwRaito Bezarius2024-02-111-0/+59
* Merge pull request #287898 from trofi/sptk-gcc-13-fix•••sptk: fix `gcc-13` build failureNick Cao2024-02-111-0/+11
|\
| * sptk: fix `gcc-13` build failure•••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 Sergei Trofimovich2024-02-101-0/+11
* | Merge pull request #287073 from yurrriq/fix-mkdocs-git-revision-date-localize...•••python310Packages.mkdocs-git-revision-date-localized-plugin: fix testsNick Cao2024-02-111-0/+2
|\ \
| * | python310Packages.mkdocs-git-revision-date-localized-plugin: fix tests•••ref: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/f11450f8ca0b0d0867f00ce2c2f391f2957ddc76 Eric Bailey2024-02-071-0/+2
* | | Merge pull request #287600 from GaetanLepage/rye•••rye: 0.21.0 -> 0.22.0Nick Cao2024-02-112-40/+56
|\ \ \
| * | | rye: 0.21.0 -> 0.22.0•••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 Gaetan Lepage2024-02-092-40/+56
* | | | Merge pull request #287723 from GaetanLepage/ruff••• ruff: 0.1.15 -> 0.2.1Nick Cao2024-02-111-3/+13
|\ \ \ \
| * | | | ruff: 0.1.15 -> 0.2.1•••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 Gaetan Lepage2024-02-101-3/+13
* | | | | Merge pull request #287961 from trofi/sqlcheck-gcc-13-fix•••sqlcheck: fix `gcc-13` build failureMario Rodas2024-02-111-1/+11
|\ \ \ \ \
| * | | | | sqlcheck: fix `gcc-13` build failure•••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 Sergei Trofimovich2024-02-111-1/+11
| | |_|_|/ | |/| | |
* | | | | nodePackages.vscode-json-languageserver: set meta.mainProgramMatthew_Cash2024-02-111-0/+1
* | | | | Merge pull request #287270 from mweinelt/lxd-networkd•••nixos/lxd: use networkd for DHCP/RAMaciej Krüger2024-02-112-4/+32
|\ \ \ \ \
| * | | | | nixos/lxd: use networkd for DHCP/RA•••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 Martin Weinelt2024-02-082-4/+32
* | | | | | Merge pull request #285378 from OPNA2608/update/ayatana-indicator-datetime•••ayatana-indicator-datetime: Fix version & testsCosima Neidahl2024-02-111-28/+33
|\ \ \ \ \ \
| * | | | | | ayatana-indicator-datetime: Fix version & testsOPNA26082024-02-041-28/+33
* | | | | | | Merge pull request #287841 from risicle/ris-libgit2-1.6.5•••libgit2_1_6: 1.6.4 -> 1.6.5Thomas Gerbet2024-02-111-2/+2
|\ \ \ \ \ \ \
| * | | | | | | libgit2_1_6: 1.6.4 -> 1.6.5•••addressing CVE-2024-24575 & CVE-2024-24577 Robert Scott2024-02-101-2/+2
* | | | | | | | Merge pull request #286241 from amalgame21/kodi-sponsorblock-addon•••kodiPackages.sponsorblock: init at 0.5.0Aaron Andersen2024-02-112-0/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | kodiPackages.sponsorblock: init at 0.5.0amalgame212024-02-072-0/+31
* | | | | | | | | Merge pull request #287390 from r-ryantm/auto-update/tomcat-native•••tomcat-native: 2.0.6 -> 2.0.7Aaron Andersen2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tomcat-native: 2.0.6 -> 2.0.7R. Ryantm2024-02-091-2/+2
* | | | | | | | | | Merge pull request #284814 from yaxitech/github-runner-module-update•••nixos/github-runners: remove single runner module, rework default name, add `noDefaultLabels`Aaron Andersen2024-02-116-492/+503
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | nixos/github-runners: add a `group` option to set the executing group•••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. Vincent Haupert2024-02-092-1/+33
| * | | | | | | | | | nixos/github-runners: set `DynamicUser=false` if `user` not `null`Vincent Haupert2024-02-091-3/+4
| * | | | | | | | | | nixos/github-runners: align `nodeRuntimes` option with package•••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. Vincent Haupert2024-02-091-1/+1
| * | | | | | | | | | 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 registrations•••Make the documentation of the options `workDir` and `ephemeral` reflect that changing these options will trigger a new runner registration. Vincent Haupert2024-02-091-0/+4
| * | | | | | | | | | nixos/github-runners: add `noDefaultLabels` option•••Add option `noDefaultLabels` which controls the `--no-default-labels` switch passed to the configure script. Vincent Haupert2024-02-093-2/+30
| * | | | | | | | | | nixos/github-runners: remove superfluous usages of `lib`Vincent Haupert2024-02-091-14/+14
* | | | | | | | | | | buildLuarocksPackage: remove rockspecDir (#288036)•••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.Matthieu Coudron2024-02-112-6/+3
* | | | | | | | | | | Merge pull request #287989 from r-ryantm/auto-update/qlog•••qlog: 0.31.0 -> 0.32.0Maciej Krüger2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | qlog: 0.31.0 -> 0.32.0R. Ryantm2024-02-111-2/+2
* | | | | | | | | | | | Merge pull request #287906 from r-ryantm/auto-update/whisper-ctranslate2•••whisper-ctranslate2: 0.3.6 -> 0.3.9Yt2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | whisper-ctranslate2: 0.3.6 -> 0.3.9R. Ryantm2024-02-111-2/+2
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #280132 from happysalada/update_polars•••python310Packages.polars: 0.19.12 -> 0.20.7Yt2024-02-112-467/+2050
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | python311Packages.polars: 0.19.12 -> 0.20.7happysalada2024-02-102-467/+2050
* | | | | | | | | | | | | Merge pull request #287037 from Stunkymonkey/putty-desktop-item•••putty: add desktop itemMaciej Krüger2024-02-111-2/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | putty: add desktop itemFelix Buehler2024-02-111-2/+21
* | | | | | | | | | | | | | Merge pull request #286913 from r-ryantm/auto-update/balena-cli•••balena-cli: 17.5.1 -> 18.0.0Doron Behar2024-02-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | balena-cli: 17.5.1 -> 18.0.0R. Ryantm2024-02-071-3/+3
* | | | | | | | | | | | | | | Merge pull request #287949 from r-ryantm/auto-update/pict-rs•••pict-rs: 0.5.1 -> 0.5.6Yt2024-02-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | pict-rs: 0.5.1 -> 0.5.6R. Ryantm2024-02-111-3/+3
* | | | | | | | | | | | | | | | Merge pull request #287951 from r-ryantm/auto-update/monkeysAudio•••monkeysAudio: 10.48 -> 10.49Doron Behar2024-02-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | monkeysAudio: 10.48 -> 10.49R. Ryantm2024-02-111-2/+2
| |/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #287166 from r-ryantm/auto-update/sccache•••sccache: 0.7.6 -> 0.7.7Doron Behar2024-02-111-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | sccache: 0.7.6 -> 0.7.7R. Ryantm2024-02-081-3/+3
* | | | | | | | | | | | | | | | | Merge pull request #287081 from risicle/ris-c-blosc-2.13.2•••c-blosc2: init at 2.13.2, python3Packages.blosc2: 2.3.2 -> 2.5.1Robert Scott2024-02-116-75/+162
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | python3Packages.blosc2: 2.3.2 -> 2.5.1, use system c-blosc2•••also don't need fetchSubmodules if we're not using the vendored c-blosc2 Robert Scott2024-02-102-5/+16