Commit Graph

590705 Commits

Author SHA1 Message Date
Pavol Rusnak
62c7aa01d4
Merge pull request #292639 from Pandapip1/patch-1
monado: Add missing optional dependencies
2024-03-02 08:18:54 -03:00
Maciej Krüger
7c956a4c1f
Merge pull request #292768 from trofi/lxcfs.tests-fix-incus-ref
lxcfs.tests: update `incus.container` reference
2024-03-02 12:15:54 +01:00
Mario Rodas
3976461206
Merge pull request #287700 from r-ryantm/auto-update/kaniko
kaniko: 1.20.0 -> 1.20.1
2024-03-02 06:13:22 -05:00
superherointj
4c26a89604
Merge pull request #292333 from PedroHLC/lan-mouse-init
lan-mouse: init at 0.6.0
2024-03-02 08:09:37 -03:00
Weijia Wang
7e53a56302
Merge pull request #291050 from wegank/mlir-cleanup
llvmPackages_17.mlir: cleanup
2024-03-02 12:06:52 +01:00
Sergei Trofimovich
99798d69dd lxcfs.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $nix build --no-link -f. lxcfs.tests
       error: attribute 'container' missing

       at pkgs/os-specific/linux/lxcfs/default.nix:64:23:

           63|   passthru.tests = {
           64|     incus-container = 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-02 11:05:48 +00:00
Maciej Krüger
99b0b9a3c2
Merge pull request #292762 from trofi/lxc.tests-fix-inus-ref
lxc.tests: update `incus.container` reference
2024-03-02 11:59:18 +01:00
Thiago Kenji Okada
9e1efcbcb6
Merge pull request #292703 from JerrySM64/update-kernels
linuxKernel.kernels.linux_zen: 6.7.6-zen1 -> 6.7.7-zen1
2024-03-02 10:45:34 +00:00
Sergei Trofimovich
936e0ed471 lxc.tests: update incus.container reference
Without the change the test build attempt fails the evaluation as:

    $ nix build --no-link -f. lxc.tests

       error: attribute 'container' missing

       at pkgs/os-specific/linux/lxc/default.nix:65:19:

           64|   passthru = {
           65|     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-02 10:37:17 +00:00
7c6f434c
f514e5c53d
Merge pull request #292715 from r-ryantm/auto-update/remind
remind: 04.02.09 -> 04.03.01
2024-03-02 09:27:05 +00:00
Pol Dellaiera
339af2d37a
Merge pull request #290805 from Elserjo/vbox
virtualbox: add disable update patch
2024-03-02 10:22:24 +01:00
a-n-n-a-l-e-e
7e1f7217d5
Merge pull request #290116 from evilbulgarian/master
adding my info to nixos maintainers, and adding sopwith video game
2024-03-02 00:53:58 -08:00
Fabian Affolter
c65681125f
Merge pull request #292728 from r-ryantm/auto-update/httpx
httpx: 1.4.0 -> 1.5.0
2024-03-02 09:35:33 +01:00
Fabian Affolter
130189d21d
Merge pull request #292743 from r-ryantm/auto-update/python312Packages.rns
python312Packages.rns: 0.7.1 -> 0.7.2
2024-03-02 09:33:50 +01:00
lassulus
226e757f5f
Merge pull request #292706 from r-ryantm/auto-update/python312Packages.pipenv-poetry-migrate
python312Packages.pipenv-poetry-migrate: 0.5.3 -> 0.5.4
2024-03-02 15:21:02 +07:00
lassulus
939d73dddb
Merge pull request #292707 from r-ryantm/auto-update/kubeone
kubeone: 1.7.2 -> 1.7.3
2024-03-02 15:20:10 +07:00
R. Ryantm
7486de9b99 python312Packages.rns: 0.7.1 -> 0.7.2 2024-03-02 07:09:27 +00:00
Robert Schütz
df41961bd4
Merge pull request #291955 from dotlambda/pycaption-2.2.4
Revert "python311Packages.pycaption: 2.2.4 -> 2.2.5"
2024-03-02 06:24:48 +00:00
Robert Schütz
93be1a5f68
Merge pull request #292615 from dotlambda/nextcloudPackages-update
nextcloud26: 26.0.11 -> 26.0.12, nextcloud27: 27.1.6 -> 27.1.7, nextcloudPackages: update
2024-03-02 06:22:21 +00:00
Gabriella Gonzalez
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 Rodas
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
R. Ryantm
8d6a37e699 httpx: 1.4.0 -> 1.5.0 2024-03-02 05:20:10 +00:00
Mario Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
7e110418c8
Merge pull request #292609 from xrelkd/update/cargo-bloat
cargo-bloat: add `meta.mainProgram`
2024-03-01 23:40:48 -05:00
Mario Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
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 Rodas
c16ca82d1f
Merge pull request #291680 from trofi/moreutils-update
moreutils: 0.68 -> 0.69
2024-03-01 23:20:08 -05:00
Mario Rodas
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 Rodas
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