Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from NixOS:master #127

Merged
merged 112 commits into from
Dec 30, 2023
Merged

[pull] master from NixOS:master #127

merged 112 commits into from
Dec 30, 2023

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 30, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

SuperSandro2000 and others added 30 commits December 6, 2023 22:58
Type:   either ints.positive (enum ["auto"])
Before: positive integer, meaning >0 or value "auto" (singular enum)
After:  positive integer, meaning >0, or value "auto" (singular enum)
Without the change `tigervnc.tests` eval fails as:

    $ nix build --no-link -f. tigervnc.tests
    error: attribute 'vnc' missing

          150|   passthru.tests.tigervnc = nixosTests.vnc.testTigerVNC;
             |                             ^
    $ nix build --no-link -f. jellyfin-ffmpeg.tests
    error:
       error: attribute 'pkgConfigModules' missing
mweinelt and others added 28 commits December 30, 2023 16:09
batman-adv: fix redefinition of skb_vlan_eth_hdr
mautrix-telegram: 0.15.0 -> 0.15.1
python311Packages.bravado-core: 6.1.0 -> 6.6.1
yubihsm-connector: fix cross compilation
python311Packages.pymc: fix hash mismatch
…-nonRestrictiveClause

lib.types: Improve descriptions of composed types that have commas
seems to address core dump that started to happen on 23.11;
patch for python installation script no longer needed, so automatic updates should be unblocked now
mtail: build all binaries, enable tests
nixos/lxd-agent: fix evaluation regression
…ions

surrealdb-migrations: 1.0.0 -> 1.0.1
python311Packages.pint: 0.22 -> 0.23
…wrapped

rust-analyzer-unwrapped: 2023-11-13 -> 2023-12-25
micro: fix cross compilation
Before the change:

    $ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
    error:
       error: attribute 'lib' missing

After the change:

    $ nix-instantiate --eval --strict --expr 'with import ./. {}; with corsix-th.luaEnv; [luaPath luaCpath]'
    [ "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?.lua;/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/share/lua/5.2/?/init.lua" "/nix/store/f17ah5zjri1yjacc1c50g9xlr8qqwbgh-lua-5.2.4-env/lib/lua/5.2/?.so" ]
traefik: fix cross compilation
@pull pull bot added the ⤵️ pull label Dec 30, 2023
@pull pull bot merged commit 3ff2ce7 into khaneliman:master Dec 30, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.