Commit Graph
534444 Commits
Author SHA1 Message Date
maxineandGitHub 263fed7bbf Merge pull request #260020 from cafkafk/cafk-fortune-kind-init
fortune-kind: init at 0.1.3
2023-10-10 18:01:03 +02:00
maxineandGitHub 93977399b2 Merge pull request #260223 from marsam/update-terraform-ls
terraform-ls: 0.32.0 -> 0.32.1
2023-10-10 18:00:47 +02:00
ArtturiandGitHub 3b7361edb8 Merge pull request #214932 from 06kellyjac/9base
_9base: init at unstable-2019-09-11
2023-10-10 18:47:37 +03:00
Gerg-LandJörg Thalheim e48aa60ddf nix-direnv: 2.3.0 -> 2.4.0 2023-10-10 17:43:22 +02:00
Ryan MulliganandGitHub 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 MulliganandGitHub 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 MulliganandGitHub 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 MosbergerandGitHub 71059c8f4b Merge pull request #260063 from fionera/issue-257172
dockerTools: create /tmp in rootLayer
2023-10-10 16:51:45 +02:00
Ryan MulliganandGitHub 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 MulliganandGitHub 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
7c6f434candGitHub ac911bf685 Merge pull request #260117 from atorres1985-contrib/cdk
Cdk updates
2023-10-10 14:34:19 +00:00
Damien CassouandGitHub fc16009786 Merge pull request #259054 from DamienCassou/iosevka-comfy-1.4.0 2023-10-10 16:25:06 +02:00
Weijia WangandGitHub 878106bc3c Merge pull request #260070 from figsoda/typos
typos: 1.16.17 -> 1.16.18
2023-10-10 16:14:39 +02:00
Weijia WangandGitHub 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
Weijia WangandGitHub 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
Mario RodasandGitHub 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 RodasandGitHub 8a6c901e87 Merge pull request #258864 from Kloenk/nload-darwin
nload: enable on darwin
2023-10-10 08:58:58 -05:00
Weijia WangandAnderson Torres 4d34cbeece cntk: drop 2023-10-10 10:38:21 -03:00
Mario RodasandGitHub 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 RodasandGitHub eb745fa4d7 Merge pull request #259734 from marsam/postgresql-update-extensions
postgresql: update extensions
2023-10-10 08:35:15 -05:00
Jörg ThalheimandJö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 ThalheimandJörg Thalheim 8335022649 nixos/tests/systemd-boot: improve assertion error for update test 2023-10-10 14:49:51 +02:00
Jörg ThalheimandJö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 ThalheimandJö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 ThalheimandJörg Thalheim 5ee9fdf929 systemd-boot-builder: use new builtin typing style 2023-10-10 14:49:51 +02:00
Jörg ThalheimandJörg Thalheim e20a886f87 systemd-boot-builder: drop unused import 2023-10-10 14:49:51 +02:00
Jörg ThalheimandJörg Thalheim a17f41ed0b systemd-boot-builder: replace mkdir_p function with stdlib equivalent 2023-10-10 14:49:51 +02:00
Jörg ThalheimandJörg Thalheim f4bf9702be systemd-boot-builder: always do syncfs, even after a failure 2023-10-10 14:49:51 +02:00
Jörg ThalheimandJörg Thalheim dbac7467ad systemd-boot-builder: drop semicolons
this is python, not C.
2023-10-10 14:49:51 +02:00
Jörg ThalheimandJörg Thalheim 1f70361d08 systemd-boot-builder: resort imports according to isort
foo
2023-10-10 14:49:51 +02:00
YurekaandAlyssa Ross 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
Fabian AffolterandGitHub 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 AffolterandGitHub 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 MosbergerandGitHub 98156cb838 Merge pull request #260195 from hercules-ci/nixos-eval-config-renames 2023-10-10 13:33:53 +02:00
markuskowaandGitHub 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 MulliganandGitHub 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 HensingandGitHub 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 MulliganandGitHub 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 MulliganandGitHub 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 MulliganandGitHub 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 MulliganandGitHub 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
Ryan MulliganandGitHub 5c16620641 Merge pull request #260135 from r-ryantm/auto-update/glab
glab: 1.32.0 -> 1.33.0
2023-10-10 04:15:57 -07:00
R. Ryantm 7e549d52e4 jetty: 11.0.16 -> 12.0.1 2023-10-10 10:58:55 +00:00
K900andGitHub e2071a1ad0 Merge pull request #260180 from ProminentRetail/maintainer
maintainers: add prominentretail
2023-10-10 13:57:38 +03:00
Fabian Affolter b88a8cffb2 python310Packages.zipstream-ng: 1.6.0 -> 1.7.1
Diff: https://github.com/pR0Ps/zipstream-ng/compare/refs/tags/v1.6.0...v1.7.1

Changelog: https://github.com/pR0Ps/zipstream-ng/blob/v1.7.1/CHANGELOG.md
2023-10-10 12:43:56 +02:00