Gaetan Lepage
b2edafe12b
vectorcode: init at 0.5.3
2025-04-02 00:11:06 +02:00
Gaetan Lepage
13778a2330
python312Packages.tree-sitter-language-pack: cleanup
2025-04-02 00:11:06 +02:00
Gaetan Lepage
e2ca590576
python312Packages.tree-sitter-embedded-template: cleanup, add tests
2025-04-02 00:10:59 +02:00
Gaetan Lepage
6379453fa3
python312Packages.tree-sitter-c-sharp: cleanup, add tests
2025-04-02 00:10:59 +02:00
Gaetan Lepage
eb3cec7408
python312Packages.tree-sitter-yaml: cleanup, add tests
2025-04-02 00:02:53 +02:00
Fabian Affolter and GitHub
913cc2b455
python313Packages.busylight-for-humans: 0.33.2 -> 0.33.3 ( #394286 )
2025-04-01 22:45:13 +02:00
Austin Horstman and GitHub
e68411297e
apt-swarm: init at 0.5.0 ( #391877 )
2025-04-01 15:44:54 -05:00
Fabian Affolter and GitHub
08a2a7f51c
python312Packages.nexia: 2.5.0 -> 2.6.0 ( #395224 )
2025-04-01 22:43:30 +02:00
Arne Keller and GitHub
3e7cde4eb2
googler: drop ( #391023 )
2025-04-01 22:30:23 +02:00
FliegendeWurst
dff8e834a0
googler: drop
2025-04-01 22:21:31 +02:00
Wolfgang Walther and GitHub
b9d43b3fe5
postgresqlPackages.timescaledb-apache: 2.19.0 -> 2.19.1 ( #395179 )
2025-04-01 20:08:20 +00:00
Austin Horstman and GitHub
4a265b4ae8
infisical: 0.36.21 -> 0.36.22 ( #394020 )
2025-04-01 15:00:59 -05:00
dependabot[bot] and GitHub
0e553a831e
build(deps): bump cachix/install-nix-action from {30,31} to 31.1.0 ( #394893 )
2025-04-01 19:43:48 +00:00
Wolfgang Walther and GitHub
06eead11bc
postgresqlPackages.pgmq: 1.5.0 -> 1.5.1 ( #395217 )
2025-04-01 19:41:23 +00:00
Arne Keller and GitHub
cbdc3a3b53
mkosi: 25.3 -> 25.3-unstable-2025-04-01 ( #395114 )
2025-04-01 21:38:07 +02:00
Sefa Eyeoglu and GitHub
a6a9f5f195
pnpm: 10.7.0 -> 10.7.1 ( #395230 )
2025-04-01 21:12:17 +02:00
Pol Dellaiera and GitHub
34ac514e3f
python312Packages.langsmith: 0.3.10 -> 0.3.22 ( #395244 )
2025-04-01 21:02:49 +02:00
dotlambda and GitHub
6b36f4d7ad
python313Packages.aiowebdav2: 0.4.4 -> 0.4.5 ( #395073 )
2025-04-01 11:50:29 -07:00
Janne Heß and GitHub
e812a70605
nixfmt-tree: refactor impl to use treefmt.withConfig ( #391319 )
2025-04-01 20:42:30 +02:00
Markus Kowalewski and GitHub
31c8df7192
saunafs: 4.8.0 -> 4.8.1 ( #394985 )
2025-04-01 20:42:18 +02:00
Adam C. Stephens and GitHub
9d2d50cc4e
tailwindcss_4: 4.0.17 -> 4.1.0 ( #395238 )
2025-04-01 14:41:04 -04:00
Silvan Mosberger and GitHub
38ccab2e74
Full treewide Nix format and enforcement [skip treewide] ( #380990 )
2025-04-01 20:36:49 +02:00
Sandro and GitHub
95dd26b16c
gitkraken: 10.8.0 -> 11.0.0 ( #395212 )
2025-04-01 20:35:19 +02: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 Mosberger and Silvan Mosberger
2140bf39e4
CONTRIBUTING: Improve and update formatting docs
2025-04-01 20:09:45 +02:00
Silvan Mosberger and Silvan 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 Mosberger and Silvan 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 Mosberger and Silvan 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 Eyeoglu and GitHub
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 Eyeoglu and GitHub
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žar and GitHub
431c7280da
claude-code: 0.2.56 -> 0.2.57 ( #395178 )
2025-04-01 18:33:14 +01:00
Florian Klink and GitHub
f680a9ecd4
signal-desktop-source: init at 7.46.0 ( #388586 )
2025-04-01 18:26:48 +01:00
Pol Dellaiera and GitHub
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. Stephens and GitHub
62d611a22b
nixos/incus: add AppArmor rules ( #386060 )
2025-04-01 12:51:34 -04:00
R. Ryantm
f203edefe5
python312Packages.nexia: 2.5.0 -> 2.6.0
2025-04-01 16:38:08 +00:00
Doron Behar and GitHub
bd85f316be
mlterm: 3.9.3 -> 3.9.4 ( #394550 )
2025-04-01 19:36:06 +03:00
Gaétan Lepage and GitHub
0a816e162f
omnix: init at 1.0.3 ( #385761 )
2025-04-01 18:29:17 +02:00
Gaétan Lepage and GitHub
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
Franz Pletz and GitHub
82f0c74912
nixos/zoxide: init module ( #393493 )
2025-04-01 18:01:32 +02:00
Bobby Rong and GitHub
a6efa7d563
xfce.mousepad: 0.6.4 -> 0.6.5 ( #395038 )
2025-04-02 00:00:42 +08:00
Florian Klink
7a52c8da72
resp-app: don't replace already present patches in rdbtools override
2025-04-01 17:00:07 +01:00
tomberek and GitHub
ec4abeac7f
teleport_15: remove ( #394056 )
2025-04-01 11:59:43 -04:00
Tanya Arora and GitHub
8125d74e21
nixos/dnsmasq: Fix failure on read-only /etc when resolveLocalQueries=false ( #391738 )
2025-04-01 17:59:21 +02:00
R. Ryantm
f651e277be
postgresqlPackages.pgmq: 1.5.0 -> 1.5.1
2025-04-01 15:58:44 +00:00