Commit Graph

139 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
jopejoe1
acef98a670
zed-open-capture: init at unstable-2023-24-19, use in rtabmap, add myself as rtabmap maintainer (#362858) 2024-12-09 19:15:17 +00:00
Markus Kowalewski
b1dd465e81
zenoh: initial add 1.0.3 (#361087) 2024-12-07 21:36:02 +01:00
marius david
6f78b9574e zed-open-capture: init at unstable-2023-24-19 2024-12-07 18:22:43 +01:00
Christian Kögler
9486e836cc zenoh: initial add 1.0.3 2024-12-06 10:53:21 +01:00
Aleksana
6ca2e8aeba
treewide: remove unused {lib,}clang from more build closures (#361298) 2024-12-06 10:21:43 +08:00
sodiboo
661900b399 zed-editor: remove unused clang from build closure 2024-12-06 08:56:12 +08:00
Bruno Bigras
64131d5363 zed-editor: 0.163.3 -> 0.164.2 2024-12-04 20:25:26 -05:00
Gaétan Lepage
e6eb28e69f
zepp-simulator: init at 2.0.2 (#346379) 2024-12-04 13:46:55 +01:00
griffi-gh
6791b9d249 zepp-simulator: init at 2.0.2 2024-12-04 11:02:18 +01:00
Bruno Bigras
c9f879c114 zed-editor: 0.163.2 -> 0.163.3 2024-12-02 17:08:34 -05:00
aleksana
cf84acca6b Revert "zen-browser: init at 1.0.1-a.22"
This reverts commit f946c505ed.
2024-11-30 11:26:04 +08:00
Matthew Penner
f946c505ed
zen-browser: init at 1.0.1-a.22
Signed-off-by: Matthew Penner <me@matthewp.io>
2024-11-28 11:22:16 -07:00
Bruno Bigras
cb607f7ddc zed-editor: 0.162.5 -> 0.163.2 2024-11-27 14:11:37 -05:00
cooparo
7233ce0697 python312Packages.python-bitcoinlib: rename from bitcoinlib 2024-11-26 17:21:18 +01:00
Bruno Bigras
d233eb8911 zed-editor: 0.162.3 -> 0.162.5 2024-11-22 11:53:45 -05:00
Gaetan Lepage
de79f65cfe zed-editor: use fetchCargoVendor 2024-11-21 00:07:56 +01:00
Bruno Bigras
fc12f68092 zed-editor: 0.161.2 -> 0.162.3 2024-11-20 14:10:24 -05:00
Gaetan Lepage
dd90985ce9 zellij: misc cleaning 2024-11-19 15:42:56 +01:00
Gaetan Lepage
4dd5091bc4 zellij: use versionCheckHook instead of passthru.tests.version 2024-11-19 15:42:44 +01:00
Gaetan Lepage
d33fc745e4 zellij: 0.41.1 -> 0.41.2
Diff: https://github.com/zellij-org/zellij/compare/v0.41.1...v0.41.2

Changelog: https://github.com/zellij-org/zellij/blob/v0.41.2/CHANGELOG.md
2024-11-19 15:40:23 +01:00
Niklas Korz
59daa43dd9 zed-editor: downgrade nodejs 2024-11-16 14:26:43 +01:00
Bruno Bigras
b19df98282 zed-editor: 0.161.1 -> 0.161.2 2024-11-14 13:11:16 -05:00
Masum Reza
da59bf006c
zed-editor: 0.160.7 -> 0.161.1 (#355743) 2024-11-14 18:00:17 +05:30
Bruno Bigras
0a34e29b13 zed-editor: 0.160.7 -> 0.161.1 2024-11-13 14:54:14 -05:00
Maximilian Bosch
0644d3be87
Merge branch 'master' into staging-next 2024-11-10 18:34:57 +01:00
Gaétan Lepage
d77a2129f3
zed-editor: make node-based built-in LSPs work on NixOS (#354063) 2024-11-10 15:17:48 +01:00
Jan Solanti
7cb44f20f6 zed-editor: make node-based built-in LSPs work on NixOS
Since version 0.155.2 Zed has checked PATH for a node.js binary before
attempting to download its own. Make use of this by prepending a
nixpkgs-provided node.js into PATH via a wrapper script around the main
`zed-editor` binary.
2024-11-09 22:22:54 +02:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
github-actions[bot]
3533282a88
Merge master into staging-next 2024-11-07 20:49:24 +00:00
Ramses
c8ce709a65
zellij: 0.40.1 -> 0.41.1 (#353630) 2024-11-07 21:09:22 +01:00
r-vdp
b00e0d4b1d
zellij: format 2024-11-07 13:53:47 +01:00
r-vdp
10c96e2067
zellij: move to by-name 2024-11-07 13:53:45 +01:00
github-actions[bot]
b3a0f2d3f1
Merge master into staging-next 2024-11-07 12:05:37 +00:00
Bruno Bigras
d0cab6aa5a zed-editor: 0.159.10 -> 0.160.7 2024-11-06 14:02:50 -05:00
github-actions[bot]
e8911284dd
Merge staging-next into staging 2024-11-05 12:06:36 +00:00
Bruno Bigras
ff427fbc30 zed-editor: 0.159.7 -> 0.159.10 2024-11-04 10:13:47 -05:00
github-actions[bot]
5605fc7044
Merge staging-next into staging 2024-11-02 00:14:22 +00:00
github-actions[bot]
6e6e33bd99
Merge staging-next into staging 2024-11-01 18:05:02 +00:00
Bruno Bigras
e4f302deb8 zed-editor: 0.159.6 -> 0.159.7 2024-11-01 11:07:58 -04:00
Gaétan Lepage
877f76abe2
zed-editor: 0.159.5 -> 0.159.6 (#352649) 2024-11-01 13:50:16 +01:00
github-actions[bot]
670be3a8ed
Merge staging-next into staging 2024-11-01 06:05:13 +00:00
Niklas Korz
c69d708f63 zed-editor: fix license generation 2024-10-31 17:18:13 +01:00
Bruno Bigras
ee07d4f2f3 zed-editor: 0.159.5 -> 0.159.6 2024-10-31 11:50:25 -04:00
github-actions[bot]
6d99484921
Merge staging-next into staging 2024-10-31 12:05:55 +00:00
Gaétan Lepage
c426aa8bc9
zed-editor: 0.158.2 -> 0.159.5 (#352420) 2024-10-31 11:14:15 +01:00
Bruno Bigras
d82f84ed2b zed-editor: 0.158.2 -> 0.159.5 2024-10-30 13:59:42 -04:00
Niklas Korz
87fe6550bb zed-editor: remove darwin workaround for isysroot 2024-10-28 21:00:09 +01:00
Fabián Heredia Montiel
34b62f7c47 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-27 16:10:56 -06:00