about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging-nextAdam Joseph2023-11-08
|\
| * Merge pull request #266029 from R-VdP/zellij_0_39_00x4A6F2023-11-08
| |\ | | | | | | zellij: 0.38.2 -> 0.39.0
| | * zellij: 0.38.2 -> 0.39.0r-vdp2023-11-07
| | | | | | | | | | | | Release notes: https://github.com/zellij-org/zellij/releases/tag/v0.39.0
| * | Merge pull request #265555 from aidalgol/heroic-2.10K9002023-11-08
| |\ \ | | | | | | | | heroic: 2.9.2 -> 2.10.0
| | * | legendary-gl: 0.20.33 -> unstable-2023-10-14K9002023-11-06
| | | | | | | | | | | | | | | | Required for latest Heroic to work properly.
| | * | heroic: fix infinite loop when starting some gamesK9002023-11-06
| | | |
| | * | heroic: 2.9.2 -> 2.10.0Aidan Gauland2023-11-05
| | | | | | | | | | | | | | | | Fixes #264156.
| | * | nile: 1.0.0 -> unstable-2023-10-03Aidan Gauland2023-11-05
| | | | | | | | | | | | | | | | | | | | Upstream isn't putting out releases, so we need to track the main branch.
| | * | heroic: add unzip to FHS envAidan Gauland2023-11-05
| | | | | | | | | | | | | | | | Fixes #262299.
| * | | Merge pull request #266116 from ElvishJerricco/sd-s1-user-shells-fix-warningWill Fancher2023-11-07
| |\ \ \ | | | | | | | | | | nixos/initrd-ssh: Only warn about shell when using systemd initrd
| | * | | nixos/initrd-ssh: Only warn about shell when using systemd initrdWill Fancher2023-11-07
| | | | |
| * | | | nixos/wireguard: add wireguard to default kernel modulesRodrigo Gryzinski2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | Previously the module was only dynamically loaded on service startup, this is needed in case security.lockKernelModules is enabled.
| * | | | vector: 0.33.1 → 0.34.0Jonathan Davies2023-11-08
| | | | |
| * | | | Merge pull request #262579 from hercules-ci/qemu-utils-build-closure-sizeRobert Hensing2023-11-08
| |\ \ \ \ | | | | | | | | | | | | `qemu-utils`: reduce build closure size
| | * | | | qemu: Build qemu-utils on ofborgRobert Hensing2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makes sure that the qemu-utils build succeeds when qemu-utils is about to be updated. It's a bit of an odd build perhaps, so it's good to check that it still builds.
| | * | | | qemu-utils: Rework as an emulatorless qemu buildRobert Hensing2023-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Benefits - Reduce the derivation closure. - This reduces rebuilds and makes derivations that use qemu-utils less susceptible to build errors. - Includes extra qemu tools that weren't included before. - Removes fragile binary copying (old qemu-utils impl). - Can't forget to copy somethat that a binary needs. - Less custom packaging is better. Cost - Adds an 80 second build, but the time is offset by rebuilding its dependents less. - The output of qemu-utils goes from ~7 MB to ~40 MB, but it provides more functionality.
| * | | | | Merge pull request #265836 from hercules-ci/nixosTests-no-surprisesRobert Hensing2023-11-08
| |\ \ \ \ \ | | | | | | | | | | | | | | nixos/testing/nodes: Do allow aliases
| | * | | | | nixos/testing/nodes: Do allow aliasesRobert Hensing2023-11-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Aliases exist for a reason. Sure it is nice to make sure that some aliases aren't used within Nixpkgs, but this creates two problems which are far worse than your failing to meet your neatness compulsions. - Users encounter missing attributes, https://github.com/NixOS/nixpkgs/issues/264577 wasting their time, stalling their progress, and even occupying others time that would be better spent on fixing *real* issues. - Hydra doesn't treat evaluation errors seriously enough, with the effect that actual relevant test failures are masked by evaluation failures such as those caused by this no aliases business. - We don't even have the infrastructure to get rid of aliases, because all warnings in package attributes are disallowed by Nixpkgs CI tooling, last I checked. Before re-disabling this, make sure that - An actually helpful deprecation process is in place. - Aliases are still allowed when `nixos-lib.runTests` and `pkgs.testers.runNixOSTest` are invoked by external projects. For instance, `all-tests.nix` could provide such an override (e.g. with `newScope`).
| * | | | | | Merge pull request #258429 from FliegendeWurst/wavebox-117.18-2Artturi2023-11-08
| |\ \ \ \ \ \
| | * | | | | | wavebox: 10.117.21-2 -> 10.118.5-2FliegendeWurst2023-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor to remove let. Use nix-update in update script.
| | * | | | | | wavebox: use proper API endpoint in updateFliegendeWurst2023-10-20
| | | | | | | |
| | * | | | | | wavebox: 10.117.18-2 -> 10.117.21-2FliegendeWurst2023-10-20
| | | | | | | |
| | * | | | | | wavebox: add update scriptFliegendeWurst2023-10-20
| | | | | | | |
| | * | | | | | wavebox: 10.114.26-2 -> 10.117.18-2FliegendeWurst2023-10-20
| | | | | | | |
| * | | | | | | Merge pull request #260050 from 6t8k/nixos-test-openssh-wait-for-sshdArtturi2023-11-08
| |\ \ \ \ \ \ \
| | * | | | | | | nixos/tests/openssh: wait for sshd(.socket) units, add timeout=306t8k2023-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motivated by recently observed flakiness of this test on Hydra: [1] https://github.com/NixOS/nixpkgs/pull/259051#issuecomment-1752363951 [2] https://hydra.nixos.org/build/237478399
| * | | | | | | | Merge pull request #265143 from Sorixelle/zitadel-updateArtturi2023-11-08
| |\ \ \ \ \ \ \ \
| | * | | | | | | | zitadel: 2.37.2 -> 2.40.3Ruby Iris Juric2023-11-04
| | | | | | | | | |
| * | | | | | | | | Merge pull request #266123 from fabaff/aiomysensors-bumpFabian Affolter2023-11-07
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python311Packages.aiomysensors: 0.3.9 -> 0.3.10
| | * | | | | | | | | python311Packages.aiomysensors: 0.3.9 -> 0.3.10Fabian Affolter2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/MartinHjelmare/aiomysensors/compare/refs/tags/v0.3.9...v0.3.10 Changelog: https://github.com/MartinHjelmare/aiomysensors/releases/tag/v0.3.10
| * | | | | | | | | | Merge pull request #266125 from fabaff/pyduotecno-bumpFabian Affolter2023-11-07
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.pyduotecno: 2023.11.0 -> 2023.11.1
| | * | | | | | | | | | python311Packages.pyduotecno: 2023.11.0 -> 2023.11.1Fabian Affolter2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/Cereal2nd/pyDuotecno/compare/refs/tags/2023.11.0...2023.11.1 Changelog: https://github.com/Cereal2nd/pyDuotecno/releases/tag/2023.11.1
| * | | | | | | | | | | Merge pull request #266126 from fabaff/python-songpal-bumpFabian Affolter2023-11-07
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.python-songpal: 0.15.2 -> 0.16
| | * | | | | | | | | | | python311Packages.python-songpal: 0.15.2 -> 0.16Fabian Affolter2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: https://github.com/rytilahti/python-songpal/releases/tag/release%2F0.16
| * | | | | | | | | | | | Merge pull request #266127 from fabaff/reolink-aio-bumpFabian Affolter2023-11-07
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.reolink-aio: 0.7.14 -> 0.7.15
| | * | | | | | | | | | | | python311Packages.reolink-aio: 0.7.14 -> 0.7.15Fabian Affolter2023-11-07
| | | |/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/starkillerOG/reolink_aio/compare/refs/tags/0.7.14...0.7.15 Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.7.15
| * | | | | | | | | | | | Merge pull request #266128 from fabaff/pyenphase-bumpFabian Affolter2023-11-07
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.pyenphase: 1.14.1 -> 1.14.2
| | * | | | | | | | | | | | python311Packages.pyenphase: 1.14.1 -> 1.14.2Fabian Affolter2023-11-07
| | |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/pyenphase/pyenphase/compare/refs/tags/v1.14.1...v1.14.2 Changelog: https://github.com/pyenphase/pyenphase/blob/1.14.2/CHANGELOG.md
| * | | | | | | | | | | | Merge pull request #266120 from fabaff/ldeep-bumpFabian Affolter2023-11-07
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ldeep: 1.0.43 -> 1.0.44
| | * | | | | | | | | | | | ldeep: 1.0.43 -> 1.0.44Fabian Affolter2023-11-07
| | | |_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.43...1.0.44 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.44
| * | | | | | | | | | | | haskell.lib.packagesFromDirectory: only `.nix` filesGabriella Gonzalez2023-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes `haskell.lib.packagesFromDirectory` to ignore non-Nix files so that it doesn't attempt to run `callPackage` on, say, a `.md` file in the same directory.
| * | | | | | | | | | | | Merge pull request #264872 from r-ryantm/auto-update/lastJustin Bedő2023-11-08
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | last: 1471 -> 1499
| | * | | | | | | | | | | | last: 1471 -> 1499R. Ryantm2023-11-01
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge pull request #265764 from amjoseph-nixpkgs/pr/pythonForBuildArtturi2023-11-08
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | python: deprecate pythonForBuild in favor of pythonOnBuildForHostAdam Joseph2023-11-07
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | treewide: change pythonForBuild to pythonOnBuildForHostAdam Joseph2023-11-05
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge pull request #266065 from NickCao/edk2-pytool-libraryNick Cao2023-11-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python311Packages.edk2-pytool-library: set meta.platforms
| | * | | | | | | | | | | | | | python311Packages.edk2-pytool-library: set meta.platformsNick Cao2023-11-07
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #266064 from NickCao/sing-boxNick Cao2023-11-07
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sing-box: 1.6.1 -> 1.6.2
| | * | | | | | | | | | | | | | | sing-box: 1.6.1 -> 1.6.2Nick Cao2023-11-07
| | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Diff: https://github.com/SagerNet/sing-box/compare/v1.6.1...v1.6.2