Commit Graph
590670 Commits
Author SHA1 Message Date
R. Ryantm 2413e2db4f spicedb: 1.29.1 -> 1.29.2 2024-03-02 07:16:29 +00:00
Gabriella GonzalezandGitHub b8698cd8d6 macOS support for NixOS tests (#282401)
Closes #193336
Closes #261694
Related to #108984

The goal here was to get the following flake to build and run on
`aarch64-darwin`:

```nix
{ inputs.nixpkgs.url = <this branch>;

  outputs = { nixpkgs, ... }: {
    checks.aarch64-darwin.default =
      nixpkgs.legacyPackages.aarch64-darwin.nixosTest {
        name = "test";

        nodes.machine = { };

        testScript = "";
      };
  };
}
```

… and after this change it does.  There's no longer a need for the
user to set `nodes.*.nixpkgs.pkgs` or
`nodes.*.virtualisation.host.pkgs` as the correct values are inferred
from the host system.
2024-03-02 06:33:14 +01:00
Mario RodasandGitHub 458b097d81 Merge pull request #285197 from r-ryantm/auto-update/devpod
devpod: 0.5.2 -> 0.5.4
2024-03-02 00:21:12 -05:00
Mario RodasandGitHub 6dcb01c73d Merge pull request #285168 from r-ryantm/auto-update/kubebuilder
kubebuilder: 3.13.0 -> 3.14.0
2024-03-02 00:19:40 -05:00
Mario RodasandGitHub 50a56f4d0c Merge pull request #286703 from r-ryantm/auto-update/acorn
acorn: 0.10.0 -> 0.10.1
2024-03-02 00:17:30 -05:00
Mario RodasandGitHub e1bc7e3135 Merge pull request #286420 from r-ryantm/auto-update/kubectl-gadget
kubectl-gadget: 0.24.0 -> 0.25.1
2024-03-02 00:16:45 -05:00
Mario RodasandGitHub ddd8daf6e3 Merge pull request #290528 from r-ryantm/auto-update/clusterctl
clusterctl: 1.6.1 -> 1.6.2
2024-03-02 00:16:03 -05:00
Mario RodasandGitHub 06cdd0e460 Merge pull request #291252 from trofi/stellar-core-gcc-13-fix
stellar-core: fix `gcc-13` build
2024-03-02 00:05:12 -05:00
Mario RodasandGitHub 9c07d2033b Merge pull request #287085 from trofi/evtest-qt-update
evtest-qt: 0.2.0 -> 0.2.0-unstable-2023-09-13
2024-03-02 00:03:04 -05:00
Mario RodasandGitHub 1c4a8d7a90 Merge pull request #286967 from magnetophon/surge-xt
surge-XT: 1.2.3 -> 1.3.1
2024-03-01 23:57:25 -05:00
Mario RodasandGitHub 4d492e7228 Merge pull request #285799 from MalteJanz/update/ludtwig/0.8.1
ludtwig: 0.8.0 -> 0.8.2
2024-03-01 23:56:59 -05:00
Mario RodasandGitHub bae2669d32 Merge pull request #290874 from matthiasbeyer/update-tuxedo-keyboard
tuxedo-keyboard: 3.2.7 -> 3.2.14
2024-03-01 23:50:13 -05:00
Mario RodasandGitHub e8879df217 Merge pull request #292365 from r-ryantm/auto-update/virtio-win
virtio-win: 0.1.240-1 -> 0.1.248-1
2024-03-01 23:47:41 -05:00
Mario RodasandGitHub 7bb716ea1d Merge pull request #292413 from r-ryantm/auto-update/gauge
gauge: 1.6.2 -> 1.6.3
2024-03-01 23:47:12 -05:00
Mario RodasandGitHub bf9c870171 Merge pull request #292443 from r-ryantm/auto-update/rsonpath
rsonpath: 0.8.6 -> 0.8.7
2024-03-01 23:43:55 -05:00
Mario RodasandGitHub 464d19a7c4 Merge pull request #292614 from atorres1985-contrib/live555
live555: 2024.02.23 -> 2024.02.28
2024-03-01 23:41:05 -05:00
Mario RodasandGitHub 7e110418c8 Merge pull request #292609 from xrelkd/update/cargo-bloat
cargo-bloat: add `meta.mainProgram`
2024-03-01 23:40:48 -05:00
Mario RodasandGitHub f7f63520cd Merge pull request #292623 from r-ryantm/auto-update/vale
vale: 3.2.0 -> 3.2.1
2024-03-01 23:40:03 -05:00
Mario RodasandGitHub 9644449e9e Merge pull request #292679 from atorres1985-contrib/labwc
labwc: 0.7.0 -> 0.7.1
2024-03-01 23:39:33 -05:00
Mario RodasandGitHub 37d0669466 Merge pull request #287403 from trofi/graphia-gcc-13-fix-update
graphia: 3.2 -> 4.2
2024-03-01 23:26:37 -05:00
Mario RodasandGitHub 42307e30a8 Merge pull request #287220 from trofi/gmni-disable-fortify3
gmni: disable `fortify3` to fix `gcc-13` build
2024-03-01 23:25:25 -05:00
Mario RodasandGitHub 293d6a84c2 Merge pull request #291924 from trofi/vertcoind-drop-redundant-disable-warnings-if-gcc13
vertcoind: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:23:53 -05:00
Mario RodasandGitHub dccb05e411 Merge pull request #292434 from trofi/proj-drop-redundant-disable-warnings-if-gcc13
proj: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:23:30 -05:00
Mario RodasandGitHub f7d6e18b9f Merge pull request #290581 from trofi/unixODBCDrivers.mariadb-fix-clang-16
unixODBCDrivers.mariadb: 3.1.14 -> 3.1.20
2024-03-01 23:22:26 -05:00
Mario RodasandGitHub 1f9bcee228 Merge pull request #291426 from trofi/qlcplus-gcc-13-fix
qlcplus: fix `gcc-13` build (drop `-Werror`)
2024-03-01 23:21:58 -05:00
Mario RodasandGitHub 07409d6acb Merge pull request #291365 from trofi/rippled-gcc-13-fix
rippled: fix `gcc-13` build failure
2024-03-01 23:21:05 -05:00
Mario RodasandGitHub 6f4f97cb9c Merge pull request #292655 from trofi/reproc-drop-redundant-disable-warnings-if-gcc13
reproc: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:20:31 -05:00
Mario RodasandGitHub 7e0ee95ed9 Merge pull request #292666 from trofi/btop-drop-redundant-disable-warnings-if-gcc13
btop: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:20:19 -05:00
Mario RodasandGitHub c16ca82d1f Merge pull request #291680 from trofi/moreutils-update
moreutils: 0.68 -> 0.69
2024-03-01 23:20:08 -05:00
Mario RodasandGitHub 15b6c77f27 Merge pull request #292681 from trofi/google-cloud-cpp-drop-redundant-disable-warnings-if-gcc13
google-cloud-cpp: drop redundant `disable-warnings-if-gcc13`
2024-03-01 23:18:30 -05:00
Mario RodasandGitHub 4acd885db1 Merge pull request #292479 from marsam/update-git-lfs
git-lfs: 3.4.1 -> 3.5.0
2024-03-01 23:18:10 -05:00
Mario RodasandGitHub b30e4db5b7 Merge pull request #292470 from r-ryantm/auto-update/syft
syft: 0.105.1 -> 1.0.0
2024-03-01 23:17:11 -05:00
éclairevoyantandGitHub aa94fc78b0 Merge pull request #289900 from afh/undmg-apfs
7zz: add setup hook script to unpack DMG files
2024-03-02 02:59:19 +00:00
Nick CaoandGitHub 1411880130 Merge pull request #292699 from NickCao/vamp-plugin-sdk-fixup
vamp-plugin-sdk: fix owner in fetchFromGitHub
2024-03-01 21:46:30 -05:00
Nick CaoandGitHub b788ebb67f Merge pull request #292697 from NickCao/fcitx5-qt-fixup
qt6Packages.fcitx5-qt: fix repo in fetchFromGitHub
2024-03-01 21:45:54 -05:00
Nick Cao 25bf31036f vamp-plugin-sdk: fix owner in fetchFromGitHub 2024-03-01 21:10:20 -05:00
Nick Cao 520456e905 qt6Packages.fcitx5-qt: fix repo in fetchFromGitHub 2024-03-01 21:04:27 -05:00
Silvan MosbergerandGitHub 4b8265ab7f Merge pull request #290743 from tweag/by-name-better-errors 2024-03-02 02:28:37 +01:00
Martin WeineltandGitHub 8511ae26c1 Merge pull request #292556 from Net-Mist/aiounittest
python312Packages.aiounittest: fix tests by moving to pynose
2024-03-02 02:13:28 +01:00
Robert ScottandGitHub 49ebee33e7 Merge pull request #292345 from zimbatm/mdsh-0.8.0
mdsh: 0.7.0 -> 0.8.0
2024-03-02 00:56:19 +00:00
OTABI TomoyaandGitHub 86a3b42461 Merge pull request #291938 from sarahec/textnets-093-patch
python311Packages.textnets: 0.9.3 -> 0.9.4
2024-03-02 09:44:17 +09:00
Maciej KrügerandGitHub acc3f7103e Merge pull request #292677 from trofi/distrobuilder.tests-fix-incus-reference
distrobuilder.tests: update `incus.container` reference
2024-03-02 01:42:21 +01:00
Robert ScottandGitHub 0267739e11 Merge pull request #292517 from LeSuisse/zlog-CVE-2024-22857
zlog: apply patch for CVE-2024-22857
2024-03-01 23:18:00 +00:00
Martin WeineltandGitHub 333069e9df Merge pull request #292625 from helsinki-systems/upd/nixfmt-rfc-style
nixfmt-rfc-style: 2024-01-31 -> 2024-03-01
2024-03-02 00:08:40 +01:00
Sergei Trofimovich e44cce2a3c google-cloud-cpp: drop redundant disable-warnings-if-gcc13 2024-03-01 22:56:54 +00:00
Sergei Trofimovich 6eef1793ca distrobuilder.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $ nix build --no-link -f. distrobuilder.tests.incus

       error: attribute 'container' missing

       at pkgs/tools/virtualization/distrobuilder/default.nix:54:19:

           53|   passthru = {
           54|     tests.incus = nixosTests.incus.container;
             |                   ^

This started happening after `container` test was split in two in
c607e70f70 "nixosTests.incus: add test with old and new init".
2024-03-01 22:48:18 +00:00
Silvan MosbergerandGitHub 0e619d7837 Merge pull request #292214 from tweag/by-name-multi-version-docs
pkgs/by-name: recommendations for multi-versioned packages
2024-03-01 23:46:13 +01:00
Anderson Torres dddab82fc6 labwc: 0.7.0 -> 0.7.1 2024-03-01 19:42:44 -03:00
YtandGitHub 3213a07a03 Merge pull request #291227 from happysalada/fix_fairseq
python310Packages.fairseq: fix build
2024-03-01 22:36:41 +00:00
Ryan LahfaandGitHub b1f53dc4dd Merge pull request #292014 from lf-/jade/opengist
opengist: init at 1.6.1
2024-03-01 23:31:26 +01:00