summaryrefslogtreecommitdiff
path: root/ci (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-18nixos/qemu-vm: remove creation of /etc/nixos•••/etc/nixos is already created by stage-2-init.sh nikstur1-8/+0
2024-07-18nixos/qemu-vm: consistently use efiSysMountPoint•••Remove the explicit creation of efiSysMountPoint. This is not needed in the scripted or the systemd initrd. nikstur1-7/+2
2024-07-18nixos/qemu-vm: fsck ESP•••The ESP is a writable vfat filesystem that can be fscked like any other fs thus we should stick to the default. nikstur1-1/+0
2024-07-18nixos/tests/qemu-vm-store: initnikstur2-0/+72
2024-07-18nixos/qemu-vm: use new overlayfs APInikstur1-41/+16
2024-07-18nixos/qemu-vm: remove duplication between scripted and systemd initrdnikstur1-19/+7
2024-07-18verilator: 5.022 -> 5.026••• * Properly output version with verilator --version (set VERILATOR_SRC_VERSION at compile time) * No need to wrap the binaries anymore. * Fix verilator --gdbbt Henner Zeller1-18/+10
2024-07-18verilator: format with nixfmtHenner Zeller1-10/+49
2024-07-18python312Packages.trio-asyncio: 0.14.1 -> 0.15.0•••Diff: https://github.com/python-trio/trio-asyncio/compare/refs/tags/v0.14.1...v0.15.0 Changelog: https://github.com/python-trio/trio-asyncio/blob/v0.15.0/docs/source/history.rst Robert Schütz1-2/+2
2024-07-18python312Packages.python-rapidjson: 1.16 -> 1.18•••Diff: https://github.com/python-rapidjson/python-rapidjson/compare/refs/tags/v1.16...v1.18 Changelog: https://github.com/python-rapidjson/python-rapidjson/blob/refs/tags/v1.18/CHANGES.rst Robert Schütz1-3/+3
2024-07-18nixos/hardware.display: initKrzysztof Nazarewski4-0/+327
2024-07-18edido: initKrzysztof Nazarewski2-0/+195
2024-07-18linuxhw-edid-fetcher: init at unstable-2023-05-08Krzysztof Nazarewski2-0/+162
2024-07-18kernel: fix EDID firmware loading•••for context: - https://github.com/NixOS/nixpkgs/pull/279789#discussion_r1624936659 - https://github.com/NixOS/nixpkgs/pull/279789#issuecomment-2148560802 - https://github.com/NixOS/nixpkgs/pull/279789#issuecomment-2150726766 Krzysztof Nazarewski2-1/+3
2024-07-18makeModulesClosure: include /lib/firmware/edid•••modules-closure.sh seems to consider everything under /lib/firmware to be a kernel module, this change adds a special handling of `edid` directory, which does not contain kernel modules fixes #279739 Krzysztof Nazarewski1-0/+8
2024-07-18ci/pinned-nixpkgs.json: update•••Update it to https://hydra.nixos.org/eval/1807730#tabs-inputs, which notably contains some fixes for nixfmt: https://github.com/NixOS/nixfmt/pull/215 Silvan Mosberger1-2/+2
2024-07-18ci/update-pinned-nixpkgs.sh: Allow setting the rev•••This script only needs to make sure that the revision has the relevant packages built, it doesn't necessarily need to be a channel version. This commit makes it possible to set the revision explicitly when calling the update script. Silvan Mosberger1-1/+2
2024-07-18Revert "python3Packages.tuya-device-sharing-sdk: 0.1.9 -> 0.2.0"•••This reverts commit 7942f69fa18783077851ba7fc61d566098b94591. This version is not compatible with the tuya_local component, its only reverse dependency. Martin Weinelt1-2/+2
2024-07-18linux_latest-libre: 19607 -> 19611K9001-2/+2
2024-07-18linux-rt_6_6: 6.6.36-rt35 -> 6.6.40-rt36K9001-3/+3
2024-07-18linux-rt_6_1: 6.1.96-rt35 -> 6.1.99-rt36K9001-3/+3
2024-07-18linux_4_19: 4.19.317 -> 4.19.318K9001-2/+2
2024-07-18linux_5_4: 5.4.279 -> 5.4.280K9001-2/+2
2024-07-18linux_5_10: 5.10.221 -> 5.10.222K9001-2/+2
2024-07-18linux_5_15: 5.15.162 -> 5.15.163K9001-2/+2
2024-07-18linux_6_1: 6.1.99 -> 6.1.100K9001-2/+2
2024-07-18linux_6_6: 6.6.40 -> 6.6.41K9001-2/+2
2024-07-18linux_6_9: 6.9.9 -> 6.9.10K9001-2/+2
2024-07-18ansible-lint: 24.2.2 -> 24.7.0•••https://github.com/ansible/ansible-lint/compare/v24.2.2...v24.7.0 teutat3s1-3/+5
2024-07-18python312Packages.xknx: don't pin pytest-asyncioRobert Schütz1-2/+2
2024-07-18switch-to-configuration-ng: fix link in READMERobert Schütz1-1/+1
2024-07-18doc: fixup doc/build-helpers referencesIvan Trubach3-14/+14
2024-07-18osu-lazer: 2024.625.2 -> 2024.718.0Guanran Wang2-326/+325
2024-07-18osu-lazer-bin: 2024.625.2 -> 2024.718.0Guanran Wang1-4/+4
2024-07-18python312Packages.structlog: 24.1.0 -> 24.4.0•••Diff: https://github.com/hynek/structlog/compare/refs/tags/24.1.0...24.4.0 Changelog: https://github.com/hynek/structlog/blob/24.4.0/CHANGELOG.md Robert Schütz1-5/+3
2024-07-18python312Packages.unasync: 0.5.0 -> 0.6.0•••Diff: https://github.com/python-trio/unasync/compare/v0.5.0...v0.6.0 Changelog: https://github.com/python-trio/unasync/releases/tag/v0.6.0 Robert Schütz1-5/+11
2024-07-18python311Packages.pyhanko: 0.21.0 -> 0.25.1•••Diff: https://github.com/MatthiasValvekens/pyHanko/compare/refs/tags/v0.21.0...v0.25.1 Changelog: https://github.com/MatthiasValvekens/pyHanko/blob/v0.25.1/docs/changelog.rst Robert Schütz1-15/+4
2024-07-18brainflow: Remove with libGavin John1-7/+7
2024-07-18python312Packages.bonsai: 1.5.2 -> 1.5.3•••Diff: https://github.com/noirello/bonsai/compare/v1.5.2...v1.5.3 Changelog: https://github.com/noirello/bonsai/blob/v1.5.3/CHANGELOG.rst Robert Schütz1-3/+3
2024-07-18vencord: 1.9.4 -> 1.9.5Xaver1062-18/+18
2024-07-18Revert "bitwarden-cli: 2024.6.1 -> 2024.7.0"Robert Schütz1-3/+3
2024-07-18nixos/testing: Add ipv6 configuration•••This contribution enables a working IPv6 setup by default. This works analog to the current automatic IPv4 setup. Frédéric Christ13-43/+84
2024-07-18authelia: postPatch openapi.ymlHerwig Hochleitner1-0/+2
2024-07-18waybar: 0.10.3 -> 0.10.4•••Diff: https://github.com/Alexays/Waybar/compare/0.10.3...0.10.4 Changelog: https://github.com/alexays/waybar/releases/tag/0.10.4 Gaetan Lepage1-4/+12
2024-07-18metrics job: schedule on any machine, for now•••For non-time metrics it doesn't matter, and those seem more important anyway. So better this than nothing, for now. Vladimír Čunát1-1/+2
2024-07-18kubernetes-helmPlugins.helm-diff: 3.9.8 -> 3.9.9R. Ryantm1-3/+3
2024-07-18miriway: 0-unstable-2024-06-13 -> 0-unstable-2024-07-17R. Ryantm1-3/+3
2024-07-18gitkraken: 10.1.0 -> 10.1.1Nicolas Goudry1-4/+4
2024-07-18vimPlugins.nvim-treesitter: update grammars"Gaetan Lepage"1-27/+38
2024-07-18vimPlugins: resolve github repository redirects"Gaetan Lepage"1-2/+2