Commit Graph

534539 Commits

Author SHA1 Message Date
Ryan Mulligan
f7858dc1ce
Merge pull request #260182 from r-ryantm/auto-update/idasen
idasen: 0.10.2 -> 0.10.3
2023-10-10 08:18:37 -07:00
Ryan Mulligan
b1482f776d
Merge pull request #260194 from r-ryantm/auto-update/jetty
jetty: 11.0.16 -> 12.0.1
2023-10-10 08:18:12 -07:00
Ryan Mulligan
77adf2ae2b
Merge pull request #260107 from r-ryantm/auto-update/dprint
dprint: 0.40.2 -> 0.41.0
2023-10-10 07:53:56 -07:00
Silvan Mosberger
71059c8f4b
Merge pull request #260063 from fionera/issue-257172
dockerTools: create /tmp in rootLayer
2023-10-10 16:51:45 +02:00
Ryan Mulligan
7a33f51e82
Merge pull request #260054 from r-ryantm/auto-update/calls
calls: 44.2 -> 45.0
2023-10-10 07:51:31 -07:00
Ryan Mulligan
a6ed803999
Merge pull request #260186 from r-ryantm/auto-update/insomnia
insomnia: 2023.5.7 -> 2023.5.8
2023-10-10 07:51:09 -07:00
7c6f434c
ac911bf685
Merge pull request #260117 from atorres1985-contrib/cdk
Cdk updates
2023-10-10 14:34:19 +00:00
Damien Cassou
fc16009786
Merge pull request #259054 from DamienCassou/iosevka-comfy-1.4.0 2023-10-10 16:25:06 +02:00
Weijia Wang
878106bc3c
Merge pull request #260070 from figsoda/typos
typos: 1.16.17 -> 1.16.18
2023-10-10 16:14:39 +02:00
Weijia Wang
a77ac5d0ec
Merge pull request #260198 from r-ryantm/auto-update/jotta-cli
jotta-cli: 0.15.89752 -> 0.15.93226
2023-10-10 16:13:50 +02:00
Soner Sayakci
b0427fc013
git-credential-oauth: 0.10.1 -> 0.11.0
Diff: https://github.com/hickford/git-credential-oauth/compare/v0.10.1...v0.11.0

Changelog: https://github.com/hickford/git-credential-oauth/releases/tag/v0.11.0
2023-10-10 16:13:41 +02:00
Weijia Wang
458728abe0
Merge pull request #260165 from vbgl/ocaml-cleaning-2023-10-10
ocamlPackages.{pprint,zelus-gtk}: disable for early versions of OCaml
2023-10-10 16:13:02 +02:00
Oliver Schmidt
d70633f91c lib.attrsets.attrsToList: add function
For transforming back between lists and attrsets, it makes sense to have
a quasi-inverse of `builtins.listToAttrs` available as a library
function.

Co-authored-by: Silvan Mosberger <github@infinisil.com>
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
2023-10-10 16:11:01 +02:00
R. Ryantm
bd39164038 kissat: 3.1.0 -> 3.1.1 2023-10-10 14:10:55 +00:00
Mario Rodas
34ea795b4b
Merge pull request #260211 from r-ryantm/auto-update/clair
clair: 4.7.1 -> 4.7.2
2023-10-10 09:09:45 -05:00
Mario Rodas
8a6c901e87
Merge pull request #258864 from Kloenk/nload-darwin
nload: enable on darwin
2023-10-10 08:58:58 -05:00
Soner Sayakci
ba3b5ae180
shopware-cli: 0.3.4 -> 0.3.5
Diff: https://github.com/FriendsOfShopware/shopware-cli/compare/0.3.4...0.3.5

Changelog: https://github.com/FriendsOfShopware/shopware-cli/releases/tag/0.3.5
2023-10-10 15:48:50 +02:00
Weijia Wang
4d34cbeece cntk: drop 2023-10-10 10:38:21 -03:00
Mario Rodas
3d6868510d
Merge pull request #260027 from adamcstephens/tst/fix-darwin
tree-sitter-grammars: fix typst grammar on darwin
2023-10-10 08:36:27 -05:00
Mario Rodas
eb745fa4d7
Merge pull request #259734 from marsam/postgresql-update-extensions
postgresql: update extensions
2023-10-10 08:35:15 -05:00
Rebecca Kelly
e648d46465 nixos/users-groups: add user option to enable lingering
Adapted from
https://gist.github.com/graham33/fdbdcc18317a621d9dd54beb36be6683

Fixes #3702

Lingering users can still be managed mutably by root with `loginctl`,
but the settings here will take precedence when `nixos-rebuild` is run.
2023-10-10 08:53:48 -04:00
Jörg Thalheim
b7057368c8 systemd-boot-builder: add missing fsync in atomic writes
write(2) and close(2) doesn't ensure the file content actually got synched, so let's also fsync before doing the rename
2023-10-10 14:49:51 +02:00
Jörg Thalheim
8335022649 nixos/tests/systemd-boot: improve assertion error for update test 2023-10-10 14:49:51 +02:00
Jörg Thalheim
865a2cf8c1 Revert "nixos/systemd-boot: skip EFI update to 252"
This reverts commit 80665d606a.

Parsing the package version broke our systemd-boot builder test.

i.e. it won't be able to parse systemd-boot efi binaries coming from
ubuntu

We no longer use the faulty systemd-boot version so this code should no
longer be needed.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
b7fbd1ffd4 systemd-boot-builder: use regex prefix string
otherwise there are warnings for \.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
5ee9fdf929 systemd-boot-builder: use new builtin typing style 2023-10-10 14:49:51 +02:00
Jörg Thalheim
e20a886f87 systemd-boot-builder: drop unused import 2023-10-10 14:49:51 +02:00
Jörg Thalheim
a17f41ed0b systemd-boot-builder: replace mkdir_p function with stdlib equivalent 2023-10-10 14:49:51 +02:00
Jörg Thalheim
f4bf9702be systemd-boot-builder: always do syncfs, even after a failure 2023-10-10 14:49:51 +02:00
Jörg Thalheim
dbac7467ad systemd-boot-builder: drop semicolons
this is python, not C.
2023-10-10 14:49:51 +02:00
Jörg Thalheim
1f70361d08 systemd-boot-builder: resort imports according to isort
foo
2023-10-10 14:49:51 +02:00
Yureka
effe9fcdd4 strace: set meta.mainProgram 2023-10-10 12:37:23 +00:00
R. Ryantm
b608f7909a clair: 4.7.1 -> 4.7.2 2023-10-10 12:25:51 +00:00
Weijia Wang
2890949ab5 cryptoverif: 2.05 -> 2.07 2023-10-10 14:23:06 +02:00
R. Ryantm
51c8cace66 civo: 1.0.66 -> 1.0.67 2023-10-10 12:21:00 +00:00
Fabian Affolter
86bc806080
Merge pull request #259962 from panicgh/nitrokey-app2
nitrokey-app2: switch to pypaBuildHook and fix the build
2023-10-10 14:18:00 +02:00
Fabian Affolter
3099cbb30e python310Packages.smart-open: 6.3.0 -> 6.4.0
Diff: https://github.com/RaRe-Technologies/smart_open/compare/refs/tags/v6.3.0...v6.4.0
2023-10-10 14:16:02 +02:00
Fabian Affolter
293ce59328
Merge pull request #260190 from fabaff/zipstream-ng-bump
python310Packages.zipstream-ng: 1.6.0 -> 1.7.1
2023-10-10 14:14:47 +02:00
Silvan Mosberger
98156cb838
Merge pull request #260195 from hercules-ci/nixos-eval-config-renames 2023-10-10 13:33:53 +02:00
markuskowa
920568abf7
Merge pull request #260173 from r-ryantm/auto-update/hdfview
hdfview: 3.3.0 -> 3.3.1
2023-10-10 13:31:45 +02:00
Nicolas Benes
48e6a7c70f nitrokey-app2: switch to pypaBuildHook and fix the build 2023-10-10 13:25:32 +02:00
Robert Hensing
a14f3f829d nixos/eval-config.nix: Rename arg nixosSystem -> configuration
For some time now the attrset returned by `evalModules` has
`type = "configuration"`.

This is a clean refactor because the name is not exposed.
(never is for simple lambda)
2023-10-10 13:25:15 +02:00
Robert Hensing
1c0427862e nixos/eval-config.nix: Rename let withExtraArgs -> withExtraAttrs
Presumably it only used to add `extraArgs`, but it also adds other
attributes now.
2023-10-10 13:24:55 +02:00
R. Ryantm
a632060581 jotta-cli: 0.15.89752 -> 0.15.93226 2023-10-10 11:23:51 +00:00
Ryan Mulligan
98deb47f4f
Merge pull request #260039 from r-ryantm/auto-update/cadical
cadical: 1.5.3 -> 1.8.0
2023-10-10 04:18:42 -07:00
Robert Hensing
2eb706646a
Merge pull request #259797 from K900/eval-config-pkgs
eval-config.nix: set nixpkgs.pkgs instead of _module.args.pkgs
2023-10-10 13:18:30 +02:00
Ryan Mulligan
2fe1a54b72
Merge pull request #260109 from r-ryantm/auto-update/eltclsh
eltclsh: 1.18 -> 1.19
2023-10-10 04:18:11 -07:00
Ryan Mulligan
b5e7059112
Merge pull request #260112 from r-ryantm/auto-update/feh
feh: 3.10 -> 3.10.1
2023-10-10 04:17:47 -07:00
Ryan Mulligan
377cfcd4af
Merge pull request #260116 from r-ryantm/auto-update/flashprint
flashprint: 5.7.1 -> 5.8.0
2023-10-10 04:17:24 -07:00
Ryan Mulligan
def68cf031
Merge pull request #260130 from r-ryantm/auto-update/gi-crystal
gi-crystal: 0.18.0 -> 0.19.0
2023-10-10 04:16:32 -07:00