Commit Graph
778077 Commits
Author SHA1 Message Date
dependabot[bot]andGitHub 0e553a831e build(deps): bump cachix/install-nix-action from {30,31} to 31.1.0 (#394893) 2025-04-01 19:43:48 +00:00
Pol Dellaiera 25264d105d nixos/docling-serve: init 2025-04-01 21:42:53 +02:00
Pol Dellaiera 426ef3f9d6 docling-serve: init at 0.7.0 2025-04-01 21:41:39 +02:00
Pol Dellaiera 96d9ab064e python312Packages.docling: disable one test 2025-04-01 21:41:39 +02:00
Pol Dellaiera 2e5115f794 python312Packages.docling: cleanup dependencies
- remove `pyarrow`
- add missing `pluggy`
2025-04-01 21:41:39 +02:00
Wolfgang WaltherandGitHub 06eead11bc postgresqlPackages.pgmq: 1.5.0 -> 1.5.1 (#395217) 2025-04-01 19:41:23 +00:00
Piotr Kwiecinski fab4accced nixosTests.binary-cache{no-compression,xz}: migrate to runTest
Part of #386873
2025-04-01 21:38:41 +02:00
Arne KellerandGitHub cbdc3a3b53 mkosi: 25.3 -> 25.3-unstable-2025-04-01 (#395114) 2025-04-01 21:38:07 +02:00
R. Ryantm 77cb963776 kubernetes-controller-tools: 0.17.2 -> 0.17.3 2025-04-01 19:37:04 +00:00
R. Ryantm 1ddc0a9c81 kbld: 0.45.0 -> 0.45.1 2025-04-01 19:36:31 +00:00
Piotr Kwiecinski fe5391e180 nixosTests.bcachefs: migrate to runTest
Part of #386873
2025-04-01 21:27:35 +02:00
Sefa EyeogluandGitHub a6a9f5f195 pnpm: 10.7.0 -> 10.7.1 (#395230) 2025-04-01 21:12:17 +02:00
Pol DellaieraandGitHub 34ac514e3f python312Packages.langsmith: 0.3.10 -> 0.3.22 (#395244) 2025-04-01 21:02:49 +02:00
R. Ryantm baecb706a1 prometheus-node-exporter: 1.9.0 -> 1.9.1 2025-04-01 19:00:54 +00:00
Defelo 1c3507db7e uiua-unstable: 0.15.0-rc.1 -> 0.15.0-rc.2 2025-04-01 18:58:04 +00:00
dotlambdaandGitHub 6b36f4d7ad python313Packages.aiowebdav2: 0.4.4 -> 0.4.5 (#395073) 2025-04-01 11:50:29 -07:00
R. Ryantm ec798cb3b1 wasm-tools: 1.227.1 -> 1.228.0 2025-04-01 18:43:20 +00:00
Janne HeßandGitHub e812a70605 nixfmt-tree: refactor impl to use treefmt.withConfig (#391319) 2025-04-01 20:42:30 +02:00
Markus KowalewskiandGitHub 31c8df7192 saunafs: 4.8.0 -> 4.8.1 (#394985) 2025-04-01 20:42:18 +02:00
Adam C. StephensandGitHub 9d2d50cc4e tailwindcss_4: 4.0.17 -> 4.1.0 (#395238) 2025-04-01 14:41:04 -04:00
Silvan MosbergerandGitHub 38ccab2e74 Full treewide Nix format and enforcement [skip treewide] (#380990) 2025-04-01 20:36:49 +02:00
SandroandGitHub 95dd26b16c gitkraken: 10.8.0 -> 11.0.0 (#395212) 2025-04-01 20:35:19 +02:00
Sarah Clark 55516075b4 code-cursor: 0.47.8 -> 0.48.6 2025-04-01 11:16:16 -07:00
Silvan Mosberger 49cf547427 git-blame-ignore-revs: Add previous commit
And enable use of the auto-rebase script: https://github.com/NixOS/nixpkgs/tree/master/maintainers/scripts/auto-rebase
2025-04-01 20:10:43 +02:00
Silvan Mosberger 374e6bcc40 treewide: Format all Nix files
Format all Nix files using the officially approved formatter,
making the CI check introduced in the previous commit succeed:

  nix-build ci -A fmt.check

This is the next step of the of the [implementation](https://github.com/NixOS/nixfmt/issues/153)
of the accepted [RFC 166](https://github.com/NixOS/rfcs/pull/166).

This commit will lead to merge conflicts for a number of PRs,
up to an estimated ~1100 (~33%) among the PRs with activity in the past 2
months, but that should be lower than what it would be without the previous
[partial treewide format](https://github.com/NixOS/nixpkgs/pull/322537).

Merge conflicts caused by this commit can now automatically be resolved while rebasing using the
[auto-rebase script](https://github.com/NixOS/nixpkgs/tree/8616af08d915377bd930395f3b700a0e93d08728/maintainers/scripts/auto-rebase).

If you run into any problems regarding any of this, please reach out to the
[formatting team](https://nixos.org/community/teams/formatting/) by
pinging @NixOS/nix-formatting.
2025-04-01 20:10:43 +02:00
Silvan MosbergerandSilvan Mosberger 2140bf39e4 CONTRIBUTING: Improve and update formatting docs 2025-04-01 20:09:45 +02:00
Silvan MosbergerandSilvan Mosberger 927521a6ac workflows/check-nix-format: Enforce formatting on all files
Changes the Nix format checking workflow to now strictly enforce
formatting of all Nix files using the treefmt setup introduced
in the pre-previous commit.

This is in [accordance with the approved RFC 166](https://github.com/NixOS/rfcs/blob/master/rfcs/0166-nix-formatting.md#reformat-nixpkgs).

Note that the "skip treewide" thing is no longer necessary, already
before, because there's nothing that would fail for treewide changes.
Previously the problem was that the GitHub API would be bombarded.
2025-04-01 20:09:45 +02:00
Silvan MosbergerandSilvan Mosberger 5a8296d74f flake.nix: Set formatter
This enables `nix fmt`, though it won't be practically usable without
also reformatting all files, which is done in a following commit.
2025-04-01 20:09:44 +02:00
Silvan MosbergerandSilvan Mosberger 398e74f70b shell: Introduce treefmt
Introduces treefmt with a simple nixfmt-rfc-style configuration to
format all Nix files.

This is only practically usable with the following commit that formats
all files accordingly.
2025-04-01 20:09:44 +02:00
Sarah Clark 7c813c9dde python312Packages.langsmith: 0.3.10 -> 0.3.22 2025-04-01 11:06:22 -07:00
Sefa EyeogluandGitHub 02b2743b6a immich: 1.130.3 -> 1.131.2 (#395004) 2025-04-01 19:59:21 +02:00
Casey Link 473e7c5b94 tailwindcss_4: 4.0.17 -> 4.1.0 2025-04-01 19:41:44 +02:00
Sefa EyeogluandGitHub 190060a064 proton-ge-bin: GE-Proton9-26 -> GE-Proton9-27 (#395181) 2025-04-01 19:40:21 +02:00
Chris Moultrie 324fe50de5 immich: 1.130.3 -> 1.131.2
changelog:
- https://github.com/immich-app/immich/releases/tag/v1.131.0
- https://github.com/immich-app/immich/releases/tag/v1.131.1
- https://github.com/immich-app/immich/releases/tag/v1.131.2
2025-04-01 13:34:30 -04:00
Domen KožarandGitHub 431c7280da claude-code: 0.2.56 -> 0.2.57 (#395178) 2025-04-01 18:33:14 +01:00
Florian KlinkandGitHub f680a9ecd4 signal-desktop-source: init at 7.46.0 (#388586) 2025-04-01 18:26:48 +01:00
Pol DellaieraandGitHub cf28f0fa63 fluidsynth: Migrate to by-name. (#394942) 2025-04-01 19:23:50 +02:00
misilelab 25499add4c pnpm: 10.7.0 -> 10.7.1
https://github.com/pnpm/pnpm/releases/tag/v10.7.1

Signed-off-by: misilelab <misileminecord@gmail.com>
2025-04-02 01:59:52 +09:00
Adam C. StephensandGitHub 62d611a22b nixos/incus: add AppArmor rules (#386060) 2025-04-01 12:51:34 -04:00
Florian Klink a566710f1c python312Packages.cvxopt: fix version
Without setuptools-scm being present, and without
SETUPTOOLS_SCM_PRETEND_VERSION being set, this ends up as 0.0.0.
2025-04-01 17:50:07 +01:00
R. Ryantm f203edefe5 python312Packages.nexia: 2.5.0 -> 2.6.0 2025-04-01 16:38:08 +00:00
Doron BeharandGitHub bd85f316be mlterm: 3.9.3 -> 3.9.4 (#394550) 2025-04-01 19:36:06 +03:00
Gaétan LepageandGitHub 0a816e162f omnix: init at 1.0.3 (#385761) 2025-04-01 18:29:17 +02:00
R. Ryantm bbea352f18 python312Packages.dbf: 0.99.9 -> 0.99.10 2025-04-01 16:24:17 +00:00
Gaétan LepageandGitHub e5dde6624a python312Packages.rdbtools: init at 0.1.15 (#393135) 2025-04-01 18:12:50 +02:00
a74d8a2f5b goreleaser: 2.8.1 -> 2.8.2 (#395097)
Co-authored-by: caarlos0 <caarlos0@users.noreply.github.com>
2025-04-01 16:08:27 +00:00
Arsenii Zorin 67eb7198cd pulumi-bin: 3.159.0 -> 3.160.0 2025-04-01 19:07:45 +03:00
Eric Culp 28a0fcfa8a material-maker: fix crash by using export templates from nixpkgs
This was previously using a vendored export template built from godot
3.5.2. This probably happened to work when godot3-headless used the same
version, but now that godot3 is on 3.6, you would get this fatal error
when launching material-maker:

    ERROR: Pack created with a newer version of the engine: 3.6.
       at: try_open_pack (core/io/file_access_pack.cpp:217)

Instead, use the export templates in nixpkgs (godot3-export-templates).
I copied an idiom I saw used for the other godot3 packages.
2025-04-01 10:07:24 -06:00
Franz PletzandGitHub 82f0c74912 nixos/zoxide: init module (#393493) 2025-04-01 18:01:32 +02:00
Bobby RongandGitHub a6efa7d563 xfce.mousepad: 0.6.4 -> 0.6.5 (#395038) 2025-04-02 00:00:42 +08:00