| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
https://github.com/getpatchwork/git-pw
|
| |\
| |
| | |
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
|
| |\ \
| | |
| | |
| | |
| | | |
yurrriq/fix-mkdocs-git-revision-date-localized-plugin
python310Packages.mkdocs-git-revision-date-localized-plugin: fix tests
|
| | | |
| | |
| | |
| | | |
ref: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/f11450f8ca0b0d0867f00ce2c2f391f2957ddc76
|
| |\ \ \
| | | |
| | | | |
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
|
| |\ \ \ \
| | | | |
| | | | | |
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
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
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
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
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
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
ayatana-indicator-datetime: Fix version & tests
|
| | | | | | | | |
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
libgit2_1_6: 1.6.4 -> 1.6.5
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
addressing CVE-2024-24575 & CVE-2024-24577
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
kodiPackages.sponsorblock: init at 0.5.0
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
tomcat-native: 2.0.6 -> 2.0.7
|
| | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
nixos/github-runners: remove single runner module, rework default name, add `noDefaultLabels`
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
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.
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
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.
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Make the documentation of the options `workDir` and `ephemeral` reflect
that changing these options will trigger a new runner registration.
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Add option `noDefaultLabels` which controls the `--no-default-labels`
switch passed to the configure script.
|
| | | | | | | | | | | | |
|
| | | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
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.
|
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
qlog: 0.31.0 -> 0.32.0
|
| | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
whisper-ctranslate2: 0.3.6 -> 0.3.9
|
| | | |_|_|_|_|_|_|/ / / /
| |/| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
python310Packages.polars: 0.19.12 -> 0.20.7
|
| | | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
putty: add desktop item
|
| | | | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
balena-cli: 17.5.1 -> 18.0.0
|
| | | | | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
pict-rs: 0.5.1 -> 0.5.6
|
| | | | | | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
monkeysAudio: 10.48 -> 10.49
|
| | |/ / / / / / / / / / / / / / / |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
sccache: 0.7.6 -> 0.7.7
|
| | | | | | | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
c-blosc2: init at 2.13.2, python3Packages.blosc2: 2.3.2 -> 2.5.1
|
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | | |
also don't need fetchSubmodules if we're not using the vendored
c-blosc2
|