summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* nixos/tests/lvm2/systemd-stage-1: mount the host Nix storeorigin/cleanup-overlay-mountsRaito Bezarius2023-05-261-0/+2
| | | | Same rationale as in 3c25a7af.
* nixosTests.systemd-initrd-networkd-ssh: bootDevice -> rootDeviceRaito Bezarius2023-05-251-3/+3
| | | | Missed deprecation fixup during the bootDisk PR.
* nixosTests.systemd-initrd-luks-keyfile: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.systemd-initrd-luks-password: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.systemd-initrd-luks-tpm2: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.systemd-initrd-networkd-ssh: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.systemd-initrd-swraid: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.systemd-initrd-luks-fido2: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.systemd-initrd-btrfs-raid: mount the host Nix storeRaito Bezarius2023-05-251-0/+2
| | | | Same rationale as d84c3a99.
* nixosTests.initrd-luks-empty-passphrase: mount the host nix storeRaito Bezarius2023-05-251-0/+6
| | | | | | | | | This is necessary because this test relies on switching the root fs to an empty one which does not have a Nix store available in stage 1, therefore, we have to make this test host-store only. A better fix in the long term is to evaluate whether this is worth to enable a proper Nix store image for it with EROFS?
* Merge pull request #233646 from helsinki-systems/upd/nginxMaciej Krüger2023-05-242-15/+4
|\
| * nginxQuic: share src and version with nginxMainlineajs1242023-05-231-13/+2
| | | | | | | | | | | | quic support was merged still a separate package, because it uses quictls and sets configureFlags
| * nginxMainline: 1.24.0 -> 1.25.0ajs1242023-05-231-2/+2
| |
* | Merge pull request #233684 from siraben/vyper-updateBen Siraphob2023-05-231-2/+4
|\ \
| * | vyper: 0.3.6 -> 0.3.8Ben Siraphob2023-05-231-2/+4
| | |
* | | etcd_3_5: 3.5.7 -> 3.5.9Thomas Gerbet2023-05-241-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2023-32082. Changelog: https://github.com/etcd-io/etcd/releases/tag/v3.5.9 https://github.com/etcd-io/etcd/releases/tag/v3.5.8
* | | Merge pull request #233490 from jopejoe1/firefoxMartin Weinelt2023-05-233-814/+814
|\ \ \ | | | | | | | | firefox-{devedition,beta}{,-bin}-unwrapped: 114.0b6 -> 114.0b7
| * | | firefox-devedition-unwrapped: 114.0b6 -> 114.0b7jopejoe12023-05-221-2/+2
| | | |
| * | | firefox-beta-unwrapped: 114.0b6 -> 114.0b7jopejoe12023-05-221-2/+2
| | | |
| * | | firefox-devedition-bin-unwrapped: 114.0b6 -> 114.0b7jopejoe12023-05-221-405/+405
| | | |
| * | | firefox-beta-bin-unwrapped: 114.0b6 -> 114.0b7jopejoe12023-05-221-405/+405
| | | |
* | | | Merge pull request #233658 from wegank/wxpython-cleanupWeijia Wang2023-05-232-236/+0
|\ \ \ \ | | | | | | | | | | python3Packages.wxPython_4_{0,1}: cleanup
| * | | | python3Packages.wxPython_4_{0,1}: cleanupWeijia Wang2023-05-232-236/+0
| | | | |
* | | | | gleam: 0.28.3 -> 0.29.0Barry Moore2023-05-231-3/+3
| | | | | | | | | | | | | | | | | | | | Release notes: https://gleam.run/news/v0.29-gleam-gets-autocompletion
* | | | | fira: Fix permissions of installed filesDamien Cassou2023-05-231-2/+1
| | | | | | | | | | | | | | | | | | | | No need for the executable permissions on fonts.
* | | | | Merge pull request #231838 from PedroHLC/vulkan-caps-viewer-3.30Thiago Kenji Okada2023-05-231-4/+4
|\ \ \ \ \ | | | | | | | | | | | | vulkan-caps-viewer: 3.29 -> 3.30
| * | | | | vulkan-caps-viewer: replace withX11 with x11Support to match no-x-libsPedroHLC ☭2023-05-141-2/+2
| | | | | |
| * | | | | vulkan-caps-viewer: 3.29 -> 3.30PedroHLC ☭2023-05-141-2/+2
| | | | | |
* | | | | | Merge pull request #233380 from emilytrau/minimal-coreutils-backportArtturi2023-05-231-2/+7
|\ \ \ \ \ \
| * | | | | | minimal-bootstrap.coreutils: backport `uniq` stdio patchEmily Trau2023-05-231-2/+7
| | | | | | |
* | | | | | | Merge pull request #233642piegames2023-05-232-1/+28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gnomeExtensions.easyeffects-preset-selector: patch EasyEffects schema source
| * | | | | | | gnomeExtensions.easyeffects-preset-selector: patch EasyEffects schema source4JX2023-05-232-1/+28
| | | | | | | |
* | | | | | | | Merge pull request #233589 from wegank/dm-sonnet-fixWeijia Wang2023-05-231-1/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python310Packages.dm-sonnet: fix build
| * | | | | | | | python310Packages.dm-sonnet: fix buildWeijia Wang2023-05-231-1/+12
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge pull request #233649 from nbraud/csslintMaciej Krüger2023-05-232-36/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | csslint: 0.10.0 → 1.0.5, fix broken executablenicoo2023-05-232-36/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close #233644 by removing the duplicate (& out-of-date) derivation.
* | | | | | | | | Merge pull request #231892 from SuperSandro2000/mopidy-noxfigsoda2023-05-231-6/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | mopidy: use headlessGApps wrapper, cleanup meta.description
| * | | | | | | | | mopidy: use headless GApps wrapper, cleanup meta.descriptionSandro Jäckel2023-05-231-6/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #233635 from sumnerevans/matrix-synapse-1.84Maximilian Bosch2023-05-231-3/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | matrix-synapse: 1.83.0 -> 1.84.0
| * | | | | | | | | matrix-synapse: 1.83.0 -> 1.84.0Sumner Evans2023-05-231-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Sumner Evans <me@sumnerevans.com>
* | | | | | | | | | Merge pull request #230891 from proux01/update-mathcomp-1.17.0Vincent Laporte2023-05-234-2/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | Mathcomp 1.16.0 -> 1.17.0
| * | | | | | | | | Mathcomp 1.16.0 -> 1.17.0Pierre Roux2023-05-171-2/+4
| | | | | | | | | |
| * | | | | | | | | coqPackages.coqeal: 1.1.1 -> 1.1.3Pierre Roux2023-05-171-0/+2
| | | | | | | | | |
| * | | | | | | | | coqPackages.multinomials: 1.5.6 -> 1.6.0Pierre Roux2023-05-171-0/+2
| | | | | | | | | |
| * | | | | | | | | coqPackages.coquelicot: 3.3.0 -> 3.3.1Pierre Roux2023-05-171-0/+2
| | | | | | | | | |
* | | | | | | | | | Merge pull request #230730 from OPNA2608/fix/JUCE-pkgs-darwinfigsoda2023-05-234-3/+11
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | Fix some JUCE packages on Darwin
| * | | | | | | | | bespokesynth: Fix build on DarwinOPNA26082023-05-112-1/+5
| | | | | | | | | |
| * | | | | | | | | dexed: Fix build on DarwinOPNA26082023-05-082-1/+3
| | | | | | | | | |
| * | | | | | | | | fire: Fix build on DarwinOPNA26082023-05-082-1/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #233518 from tie/bios-bootable-x86Ryan Lahfa2023-05-232-13/+22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nixos/iso-image: enable BIOS boot by default if possible