Commit graph

458454 commits

Author SHA1 Message Date
Fabian Affolter
0663b80b7c python310Packages.aliyun-python-sdk-cdn: 3.8.2 -> 3.8.3
Changelog: https://github.com/aliyun/aliyun-openapi-python-sdk/blob/master/aliyun-python-sdk-cdn/ChangeLog.txt
2023-02-25 21:45:16 +01:00
Weijia Wang
4c7a84fc1f
Merge pull request #218206 from wegank/prl-tools-bump
prl-tools: 18.1.1-53328 -> 18.2.0-53488
2023-02-25 22:39:50 +02:00
R. Ryantm
dc6ad93098 chezmoi: 2.30.0 -> 2.31.0 2023-02-25 20:19:45 +00:00
Weijia Wang
98759b480f
Merge pull request #218305 from MatthewCroughan/mc/cdogs-sdl-pname
cdogs-sdl: update pname
2023-02-25 21:41:27 +02:00
Lily Foster
c56e5ef801 nixos/users-groups: update option description to clarify initial* option precedence 2023-02-25 14:27:35 -05:00
Lily Foster
5508000ddf nixos/tests/shadow: ensure hashedPassword takes precedence over initialHashedPassword 2023-02-25 14:27:35 -05:00
Lily Foster
bfa0bff644 nixos/update-users-groups: let hashedPassword take precedence over initialHashedPassword
Without this change, users that have both `initialHashedPassword` and
`hashedPassword` set will have `initialHashedPassword` take precedence,
but only for the first time `/etc/passwd` is generated. After that,
`hashedPassword` takes precedence. This is surprising behavior as it
would generally be expected for `hashedPassword` to win if both are set.

This wouldn't be a noticeable problem (and an assert could just be made
instead) if the users-groups module did not default the
`root.intialHashedPassword` value to `!`, to prevent login by default.
That means that users who set `root.hashedPassword` and use an ephemeral
rootfs (i.e. `/etc/passwd` is created every boot) are not able to log in
to the root account by default, unless they switch to a new generation
during the same boot (i.e. `/etc/passwd` already exists and
`hashedPassword` is used instead of `initialHashedPassword`) or they set
`root.initialHashedPassword = null` (which is unintuitive and seems
redundant).
2023-02-25 14:27:35 -05:00
Fabian Affolter
2b268baced
Merge pull request #217499 from fabaff/paste-fix
python310Packages.paste: disable failing test on Python 3.11
2023-02-25 20:26:54 +01:00
Weijia Wang
bf592ea571
Merge pull request #218304 from wegank/wandb-tests
python310Packages.wandb: disable more tests
2023-02-25 21:16:54 +02:00
Weijia Wang
4a37452856 python310Packages.wandb: disable more tests 2023-02-25 21:00:41 +02:00
matthewcroughan
c226362e96 cdogs-sdl: update pname
This allows running via nix run without setting meta.mainProgram
2023-02-25 18:57:58 +00:00
K900
7f8086c7a1
Merge pull request #218281 from K900/ffmpeg5-vulkan-fix
[staging-next] ffmpeg-5: fix Vulkan builds
2023-02-25 21:51:51 +03:00
Mario Rodas
84401155e3
Merge pull request #218289 from adamcstephens/starship/1.13.0
starship: 1.12.0 -> 1.13.0
2023-02-25 13:51:41 -05:00
Weijia Wang
bc7011a282
Merge pull request #218141 from r-ryantm/auto-update/cdogs-sdl
cdogs-sdl: 1.4.0 -> 1.4.1
2023-02-25 20:50:19 +02:00
Weijia Wang
4ef8ffa6c1
Merge pull request #218128 from r-ryantm/auto-update/phlare
phlare: 0.3.0 -> 0.5.1
2023-02-25 20:42:36 +02:00
Weijia Wang
61315ef377
Merge pull request #218110 from r-ryantm/auto-update/go-minimock
go-minimock: 3.0.10 -> 3.1.1
2023-02-25 20:42:14 +02:00
Azat Bahawi
dd3537583d
Merge pull request #218252 from r-ryantm/auto-update/sigslot
sigslot: 1.2.1 -> 1.2.2
2023-02-25 21:29:52 +03:00
Marek Fajkus
e23209913b
Merge pull request #218272 from figsoda/cargo-generate
cargo-generate: 0.18.0 -> 0.18.1
2023-02-25 19:27:53 +01:00
R. Ryantm
f096f0df37 lychee: 0.10.3 -> 0.11.1 2023-02-25 18:26:19 +00:00
figsoda
8e19f57e84
Merge pull request #218291 from GaetanLepage/harpoon-plenary
vimPlugins.harpoon: add plenary-nvim dependency
2023-02-25 13:25:22 -05:00
superherointj
6fb4184cc3 pkgsMusl.directfb: mark broken for Musl
Issue: https://github.com/NixOS/nixpkgs/issues/218274
2023-02-25 19:12:56 +01:00
pennae
f2a84bdb39 unifi7: 7.3.76 -> 7.3.83 2023-02-25 19:12:08 +01:00
pennae
5dce130d1c nixos/tests/unifi: inherit allowUnfree into test node
mongodb is unfree, so the test won't run without this. we already allow
unfree to grab the unifi packages, so it's not even a big change.
2023-02-25 19:12:08 +01:00
R. Ryantm
f92db6b0e4 conftest: 0.39.0 -> 0.39.1 2023-02-25 18:05:57 +00:00
R. Ryantm
68de1281ef ddosify: 0.13.2 -> 0.14.1 2023-02-25 18:04:53 +00:00
Florian Klink
4ed9534f12
Merge pull request #217942 from lilyinstarlight/fix/nixos-test-systemd-initrd-shutdown
nixos/tests/systemd-shutdown: ensure systemd-initrd variant actually enables it
2023-02-25 19:02:53 +01:00
Weijia Wang
a4821c3afd
Merge pull request #215258 from r-ryantm/auto-update/sysstat
sysstat: 12.6.1 -> 12.6.2
2023-02-25 20:02:25 +02:00
github-actions[bot]
52a11b56f9
Merge master into staging-next 2023-02-25 18:01:03 +00:00
figsoda
d3a5394744 sniffnet: 1.1.0 -> 1.1.1
Diff: https://github.com/gyulyvgc/sniffnet/compare/v1.1.0...v1.1.1

Changelog: https://github.com/gyulyvgc/sniffnet/blob/main/CHANGELOG.md
2023-02-25 12:57:08 -05:00
R. Ryantm
6bde4e9ade kubelogin: 0.0.26 -> 0.0.27 2023-02-25 17:56:43 +00:00
Benjamin Asbach
546f356db6 remove myself as maintainer for now as I switched to another distro 2023-02-25 18:56:02 +01:00
Gaetan Lepage
2f403969da vimPlugins.harpoon: add plenary-nvim dependency 2023-02-25 18:51:06 +01:00
Weijia Wang
c8ba046415
Merge pull request #217897 from DavidCromp/nest
nest: fix Python & Darwin
2023-02-25 19:47:22 +02:00
Adam Stephens
9ca037029a
starship: 1.12.0 -> 1.13.0 2023-02-25 12:22:18 -05:00
Fabian Affolter
a9b78b18a5 python310Packages.nocaselist: 1.0.6 -> 1.1.0
Changelog: https://github.com/pywbem/nocaselist/blob/1.1.0/docs/changes.rst
2023-02-25 18:10:45 +01:00
Fabian Affolter
60acc6fbd2 python310Packages.nocaselist: disable on unsupported Python releases 2023-02-25 18:08:39 +01:00
Fabian Affolter
1dcb728146 python310Packages.nocaselist: switch to pytestCheckHook 2023-02-25 18:05:50 +01:00
Weijia Wang
6c585cde51
Merge pull request #216289 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20230211 -> 20230223-1
2023-02-25 19:05:17 +02:00
Fabian Affolter
0fbb050c18 python310Packages.nocaselist: add changelog to meta 2023-02-25 18:03:57 +01:00
Fabian Affolter
becda3bdf2 python310Packages.notifications-python-client: 6.4.1 -> 7.0.0
Changelog: https://github.com/alphagov/notifications-python-client/blob/7.0.0/CHANGELOG.md
2023-02-25 17:59:23 +01:00
Fabian Affolter
7e1e53a1db python310Packages.notifications-python-client: add changelog to meta 2023-02-25 17:59:02 +01:00
Weijia Wang
8d3d3cf096
Merge pull request #217562 from r-ryantm/auto-update/talloc
talloc: 2.3.4 -> 2.4.0
2023-02-25 18:54:11 +02:00
Thomas Gerbet
43230448b7
Merge pull request #218268 from stehessel/cosign-fix-darwin-build
cosign: allow darwin networking for tests
2023-02-25 17:51:04 +01:00
Weijia Wang
246e2960b4
Merge pull request #217937 from r-ryantm/auto-update/dprint
dprint: 0.34.4 -> 0.34.5
2023-02-25 18:47:25 +02:00
Fabian Affolter
9a4ce5b840 python310Packages.psygnal: 0.6.0 -> 0.8.1
Changelog: https://github.com/pyapp-kit/psygnal/blob/v0.8.1/CHANGELOG.md
2023-02-25 17:37:50 +01:00
K900
2c1ff16299 ffmpeg-5: fix Vulkan builds
- add vulkan-headers as a dependency
- hack around ffmpeg using unstable VK_EXT names for extensions
- drive-by cleanup: remove unused inherit
2023-02-25 19:33:59 +03:00
Nicolas Martin
c83bee753c vhs: 0.2.0 -> 0.3.0 2023-02-25 17:28:49 +01:00
Weijia Wang
956f039034
Merge pull request #218237 from qbit/obsidian-darwin-1.1.15
obsidian: fix missed hash change for darwin
2023-02-25 18:28:20 +02:00
Fabian Affolter
05a94d7d38
Merge pull request #218077 from fabaff/napari-fix
python310Packages.napari: add missing inputs
2023-02-25 17:26:58 +01:00
figsoda
b1f87ca164
Merge pull request #218178 from r-ryantm/auto-update/xc
xc: 0.0.154 -> 0.0.159
2023-02-25 11:21:45 -05:00