| Commit message (Expand) | Author | Age | Files | Lines |
| * | nixos/netboot: use `config.system.boot.loader.initrdFile` instead of hardcodi...origin/netboot-tests | Raito Bezarius | 2024-02-11 | 1 | -7/+6 |
| * | nixos/tests/netboot: add directBoot test•••This verifies that we can direct boot a netboot image as expected.
| Raito Bezarius | 2024-02-11 | 2 | -1/+38 |
| * | nixos/virtualisation/qemu-vm: deep merge fileSystems•••Sometimes, you would like to inherit from the VM framework and your user
code because you know better than the VM framework rather than replacing
wholesale the fileSystems module.
This came up for netboot testing needs.
| Raito Bezarius | 2024-02-11 | 1 | -1/+1 |
| * | Merge pull request #282538 from r-ryantm/auto-update/pomerium•••pomerium: 0.24.0 -> 0.25.0 | Luke Granger-Brown | 2024-01-23 | 1 | -3/+3 |
| |\ |
|
| | * | pomerium: 0.24.0 -> 0.25.0 | R. Ryantm | 2024-01-21 | 1 | -3/+3 |
| * | | Merge pull request #278342 from D3vil0p3r/patch-5•••libewf-legacy: init at 20140814 | 7c6f434c | 2024-01-23 | 1 | -0/+32 |
| |\ \ |
|
| | * | | Update pkgs/development/libraries/libewf-legacy/default.nix•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com> | D3vil0p3r | 2024-01-09 | 1 | -1/+1 |
| | * | | libewf-legacy: init at 20140814 | D3vil0p3r | 2024-01-02 | 1 | -0/+32 |
| * | | | Merge pull request #283070 from r-ryantm/auto-update/minio•••minio: 2023-12-23T07-19-11Z -> 2024-01-18T22-51-28Z | Pascal Bach | 2024-01-23 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | minio: 2023-12-23T07-19-11Z -> 2024-01-18T22-51-28Z | R. Ryantm | 2024-01-23 | 1 | -3/+3 |
| * | | | | bankstown-lv2: init at 1.1.0 (#281307) | Yureka | 2024-01-23 | 1 | -0/+34 |
| * | | | | python3.pkgs.openusd: build with openexr 3 | Yureka | 2024-01-23 | 1 | -2/+2 |
| * | | | | osl: build with openexr 3 | Yureka | 2024-01-23 | 1 | -0/+1 |
| * | | | | blender: build with openexr 3 | Yureka | 2024-01-23 | 2 | -3/+4 |
| * | | | | alembic: build with openexr 3 | Yureka | 2024-01-23 | 2 | -9/+5 |
| * | | | | openimageio: build with openexr 3•••ilmbase is replaced by Imath (propagated from openexr_3)
See the following upstream change from 2020 on OpenEXR 3.x support: https://github.com/AcademySoftwareFoundation/OpenImageIO/commit/6313484e35765df1adf8f40c217cebc4c9d9d954#diff-40f1f520160b8fecd67891ee24b54add91856f733ece4bae0c3896adb00452af
| Yureka | 2024-01-23 | 2 | -3/+3 |
| * | | | | openvdb: remove openexr and ilmbase dependencies•••Neither openexr nor ilmbase dependencies were actually being picked up
(checked with nix why-depends).
Instead, openvdb defaults to building its own vendored Half library since 8.1.0:
https://github.com/AcademySoftwareFoundation/openvdb/commit/5c9f0f9685805d883c187d9f04a8e8cff00e90e2
Also, starting from 11.0.0, OpenEXR 2 will no longer be supported.
Someone else can look into fixing this properly to use system libraries.
| Yureka | 2024-01-23 | 1 | -2/+2 |
| * | | | | prusa-slicer: openvdb overrideAttrs -> override | Yureka | 2024-01-23 | 1 | -6/+1 |
| * | | | | Merge pull request #283180 from trofi/weechat-unwrapped-update•••weechat-unwrapped: 4.2.0 -> 4.2.1 | Naïm Favier | 2024-01-23 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | weechat-unwrapped: 4.2.0 -> 4.2.1•••Changes: https://weechat.org/files/releasenotes/ReleaseNotes-devel.html#v4.2.1
| Sergei Trofimovich | 2024-01-23 | 1 | -2/+2 |
| * | | | | | syncterm: Cherry-pick upstream fixes for `pthread_yield` errors•••This non-standard function has been deprecated since glibc 2.34 (August 2021),
and calls to it were breaking the build. This has since been fixed in the
upstream Synchronet tree, from which SyncTERM releases are cut, but this was
last done in 2020.
Big thanks to @aexoxea, who not only dug into this, but adapted the upstream
patches to the SyncTERM tree and posted almost this exact diff in #174749 -
where it completely slipped my mind until now, sorry!
Fixes #174749
| embr | 2024-01-23 | 2 | -4/+52 |
| * | | | | | Merge pull request #283171 from atemp/ddnet_18•••ddnet: 17.4.2 -> 18.0.1 | Naïm Favier | 2024-01-23 | 1 | -3/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | ddnet: 17.4.2 -> 18.0.1•••https://github.com/ddnet/ddnet/compare/17.4.2...18.0.1
https://ddnet.org/downloads/#18.0
| Heinz Deinhart | 2024-01-23 | 1 | -3/+3 |
| * | | | | | | Merge pull request #281059 from onemoresuza/haredo•••haredo: wrap program with a shell | Thiago Kenji Okada | 2024-01-23 | 1 | -3/+14 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | haredo: wrap program with a shell•••The program relies on the presence of a shell, specifically `sh`, on its
PATH[1].
Also set `enableParallelChecking` to true, which can speed up the build
proccess significantly, specially when using emulated native compilation
through `binfmt`.
[1]: https://git.sr.ht/~autumnull/haredo/tree/34136cfca3500935643f8c39eca3748047f3a829/item/src/haredo.ha#L282
| Gustavo Coutinho de Souza | 2024-01-14 | 1 | -3/+14 |
| * | | | | | | | Merge pull request #282792 from r-ryantm/auto-update/mitmproxy | Sandro | 2024-01-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | mitmproxy: 10.2.1 -> 10.2.2 | R. Ryantm | 2024-01-22 | 1 | -2/+2 |
| * | | | | | | | | Merge pull request #283078 from r-ryantm/auto-update/graalvm-ce•••graalvm-ce: 21.0.1 -> 21.0.2 | Thiago Kenji Okada | 2024-01-23 | 1 | -9/+9 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | graalvm-ce: 21.0.1 -> 21.0.2 | R. Ryantm | 2024-01-23 | 1 | -9/+9 |
| | | |_|_|_|/ / /
| |/| | | | | | |
|
| * | | | | | | | | Merge pull request #272621 from r-ryantm/auto-update/python310Packages.yappi•••python310Packages.yappi: 1.4.0 -> 1.6.0 | Weijia Wang | 2024-01-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | python310Packages.yappi: 1.4.0 -> 1.6.0 | R. Ryantm | 2023-12-23 | 1 | -2/+2 |
| * | | | | | | | | | Merge pull request #282845 from r-ryantm/auto-update/python311Packages.python... | Sandro | 2024-01-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | python311Packages.python-openstackclient: 6.3.0 -> 6.4.0 | R. Ryantm | 2024-01-22 | 1 | -2/+2 |
| * | | | | | | | | | | cargo-license: 0.5.1 -> 0.6.0 | R. Ryantm | 2024-01-23 | 1 | -3/+3 |
| * | | | | | | | | | | cargo-deb: 2.0.0 -> 2.0.4 | R. Ryantm | 2024-01-23 | 1 | -3/+3 |
| * | | | | | | | | | | Merge pull request #281089 from r-ryantm/auto-update/python311Packages.pyqtwe...•••python311Packages.pyqtwebengine: 5.15.4 -> 5.15.6 | Weijia Wang | 2024-01-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | python311Packages.pyqtwebengine: 5.15.4 -> 5.15.6 | R. Ryantm | 2024-01-15 | 1 | -2/+2 |
| * | | | | | | | | | | | Merge pull request #278355 from elesiuta/picosnitch-update | Sandro | 2024-01-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | picosnitch: 1.0.1 -> 1.0.3 | Eric Lesiuta | 2024-01-02 | 1 | -2/+2 |
| * | | | | | | | | | | | | Merge pull request #275510 from r-ryantm/auto-update/python310Packages.google...•••python310Packages.google-cloud-secret-manager: 2.16.4 -> 2.17.0 | Weijia Wang | 2024-01-23 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | python310Packages.google-cloud-secret-manager: update homepage and changelog | Weijia Wang | 2024-01-23 | 1 | -2/+2 |
| | * | | | | | | | | | | | | python310Packages.google-cloud-secret-manager: 2.16.4 -> 2.17.0 | R. Ryantm | 2023-12-19 | 1 | -2/+2 |
| * | | | | | | | | | | | | | Merge pull request #274378 from rhendric/rhendric/maptool•••maptool: 1.13.2 -> 1.14.3 | Sandro | 2024-01-23 | 2 | -4/+4 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | maptool: 1.13.2 -> 1.14.3 | Ryan Hendrickson | 2023-12-15 | 2 | -4/+4 |
| * | | | | | | | | | | | | | | Merge pull request #275501 from r-ryantm/auto-update/python310Packages.google...•••python310Packages.google-cloud-resource-manager: 1.10.4 -> 1.11.0 | Weijia Wang | 2024-01-23 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | | python310Packages.google-cloud-resource-manager: drop support for python 3.6 | Weijia Wang | 2024-01-23 | 1 | -1/+1 |
| | * | | | | | | | | | | | | | | python310Packages.google-cloud-resource-manager: update homepage and changelog | Weijia Wang | 2024-01-23 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | | python310Packages.google-cloud-resource-manager: 1.10.4 -> 1.11.0 | R. Ryantm | 2023-12-19 | 1 | -2/+2 |
| | | |/ / / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Merge pull request #274739 from 3JlOy-PYCCKUi/anilibria-winmaclinux•••anilibria-winmaclinux: 1.2.12 -> 1.2.14 | Sandro | 2024-01-23 | 1 | -7/+7 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | anilibria-winmaclinux: 1.2.12 -> 1.2.14 | 3JlOy_PYCCKUI | 2024-01-21 | 1 | -7/+7 |