Commit Graph

119 Commits

Author SHA1 Message Date
Nick Cao
fad2601f53
[Backport release-24.11] zed-editor: 0.161.1 -> 0.161.2 (#356458) 2024-11-17 09:01:44 -05:00
Niklas Korz
2e5b392dba zed-editor: downgrade nodejs
(cherry picked from commit 59daa43dd9)
2024-11-16 15:46:19 +00:00
Bruno Bigras
5462a3293c zed-editor: 0.161.1 -> 0.161.2
(cherry picked from commit b19df98282)
2024-11-16 12:57:25 +00: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
Aleksana
f611fc457c
zenity: 4.0.2 -> 4.0.3 (#350854) 2024-10-27 17:29:50 +08:00
K900
7f898ed413 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-25 21:06:42 +03:00
Bruno Bigras
264d77eb79 zed-editor: 0.158.1 -> 0.158.2 2024-10-24 17:39:15 -04:00
Emily
d7416b7f97 zed-editor: fix incorrect manual merge 2024-10-24 09:55:39 +01:00
K900
dee94df6f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-10-24 09:28:51 +03:00
Sergei Trofimovich
5b0e7f9eff zenity: 4.0.2 -> 4.0.3
Changes: https://github.com/GNOME/zenity/blob/4.0.3/NEWS
2024-10-24 06:39:57 +01:00
Gaétan Lepage
5650eb70d1
zed-editor: 0.157.5 -> 0.158.1 (#350753) 2024-10-23 22:33:33 +02:00
Bruno Bigras
bacf0557a0 zed-editor: 0.157.5 -> 0.158.1 2024-10-23 14:19:29 -04:00
Peder Bergebakken Sundt
66c524ac40 zerotierone: use stdenv.buildPlatform.canExecute 2024-10-21 11:34:21 +02:00
Adam C. Stephens
67d8538ef6
zed-editor: fix darwin (#329653) 2024-10-20 21:00:55 -04:00
Niklas Korz
1d4e138222 zed-editor: change auto-update message 2024-10-20 22:14:23 +02:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
Niklas Korz
d79ec5ed83 zed-editor: fix darwin 2024-10-19 22:58:23 +02:00
Bruno Bigras
cdc9fbfae7 zed-editor: 0.156.2 -> 0.157.5 2024-10-16 16:30:58 -04:00
Gaetan Lepage
da60725146 zed-editor: 0.156.1 -> 0.156.2
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.156.1...0.156.2

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.156.2
2024-10-15 08:33:26 +02:00
rewine
7996a7cf4a
zegrapher: migrate to by-name (#347631) 2024-10-11 18:24:09 +08:00
Gaetan Lepage
d579d17ebc zed-editor: 0.156.0 -> 0.156.1
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.156.0...0.156.1

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.156.1
2024-10-10 16:44:42 +02:00
Gaetan Lepage
184f458628 zed-editor: 0.155.2 -> 0.156.0
Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.155.2...0.156.0

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.156.0
2024-10-10 07:31:04 +02:00
Anderson Torres
60065e92c2 zegrapher: refactor
- nixfmt-rfc-style
- no nested with
- finalAttrs
- strictDeps
2024-10-09 22:29:47 -03:00
Anderson Torres
220618e6a9 zegrapher: migrate to by-name 2024-10-09 22:19:15 -03:00