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
Gaetan Lepage
66bb24d744
vimPlugins.quarto-nvim: add dependencies
2024-11-09 00:25:27 +01:00
PerchunPak
e9b1d2d5ac
vimPlugins: sort properly
2024-11-09 00:21:54 +01:00
PerchunPak
a6fe798a01
pluginupdate.py: fix bugs and add improvements
...
I fixed many hidden bugs and made some small improvements. The main
reason this was separated from #336137 is to fix the sorting issue.
Before this commit, sorting for Vim plugins was broken and worked by
what was fetched first. This is because the sorting was done by empty
strings (the default value in CSV is not None but an empty string). This
PR fixes it and also moves sorting from the user to the library (from
`vim/plugins/update.py` to `pluginupdate.py`) to prevent such weird
issues and duplication of code.
2024-11-09 00:20:38 +01:00
PerchunPak
8b503ec432
pluginupdate.py: reformat with ruff
...
Ruff - an extremely fast Python linter and code formatter, written in Rust.
2024-11-09 00:20:38 +01:00
Olivér Falvai
c26249be9a
lapce: format with nixfmt-rfc-style
2024-11-08 20:16:52 +01:00
Olivér Falvai
896db32853
lapce: unbreak x86_64-darwin
2024-11-08 20:16:04 +01:00
Martin Weinelt
46b1474255
Reapply "haskellPackages: update stackage and hackage" ( #354547 )
...
This reverts commit 7701a9e6c6
, reversing
changes made to 8991dc8e9d
.
Restore haskell-updates on staging-next to save resources on hydra.
2024-11-08 18:42:24 +01:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-08 18:40:48 +01:00
Vladimír Čunát
fe6d94b8f9
Revert "haskellPackages: update stackage and hackage"
2024-11-08 18:36:29 +01:00
R. Ryantm
6c2d6fa844
leo-editor: 6.8.1 -> 6.8.2
2024-11-08 15:28:09 +00:00
github-actions[bot]
4dab54a2c8
Merge master into staging-next
2024-11-08 12:05:50 +00:00
Peder Bergebakken Sundt
eeb52b79d1
vscode-extensions.shd101wyy.markdown-preview-enhanced: 0.8.14 -> 0.8.15
...
changelog: https://github.com/shd101wyy/vscode-markdown-preview-enhanced/releases/tag/0.8.15
2024-11-08 11:28:01 +01:00
Gaétan Lepage
e69ff6ff26
vimPlugins.one-small-step-for-vimkind: init at 2024-11-07 ( #354337 )
2024-11-08 08:56:19 +01:00
github-actions[bot]
4ab3ca7c50
Merge master into staging-next
2024-11-08 06:04:48 +00:00
Pedro Mendes
0b163fa12a
vimPlugins.one-small-step-for-vimkind: init at 2024-11-07
2024-11-07 22:50:29 -03:00
nixpkgs-upkeep-bot
8bdc3c1d71
vscode: 1.95.1 -> 1.95.2
2024-11-08 00:32:38 +00:00
github-actions[bot]
d16ff942dc
Merge master into staging-next
2024-11-08 00:14:06 +00:00
Austin Horstman
17726c73ff
heh: migrate to apple-sdk_11, move to by-name ( #354079 )
2024-11-07 15:42:48 -06:00
Austin Horstman
a0e9eae3d8
vimPlugins.snacks-nvim: init at 2024-11-07 ( #354276 )
2024-11-07 15:36:39 -06:00
github-actions[bot]
3533282a88
Merge master into staging-next
2024-11-07 20:49:24 +00:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc ( #354197 )
2024-11-07 18:16:05 +00:00
K900
a3600c0788
Merge remote-tracking branch 'origin/master' into staging-next
2024-11-07 21:06:37 +03:00
Pedro Mendes
92f2da53a7
vimPlugins.snacks-nvim: init at 2024-11-07
2024-11-07 14:35:39 -03:00
sternenseemann
df930b804c
Merge branch master into haskell-updates
2024-11-07 15:03:08 +01:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
...
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
github-actions[bot]
8d77160080
Merge staging-next into staging
2024-11-07 06:05:15 +00:00
Emily
8072991b1d
apple-sdk: propagate the libutil
library ( #353873 )
2024-11-07 01:05:45 +00:00
Sarah Clark
4d7cf18000
heh: migrate to apple-sdk_11, move to by-name
2024-11-06 16:42:57 -08:00
Emily
59da82bf02
macvim: drop darwin.libutil
dependency
2024-11-07 00:39:35 +00:00
github-actions[bot]
a759676266
Merge master into haskell-updates
2024-11-07 00:16:21 +00:00
github-actions[bot]
91a300acbd
Merge staging-next into staging
2024-11-07 00:14:40 +00:00
panda2134
778c94c57f
jetbrains.*: fix remote development server
...
See https://github.com/NixOS/nixpkgs/issues/153335#issuecomment-1859223732 for details
2024-11-06 16:56:33 -05:00
Emily
c87f921f50
mg: drop darwin.libutil
dependency
2024-11-06 19:00:57 +00:00
jopejoe1
b05bea1fcf
vscode-extensions.asvetliakov.vscode-neovim: 1.18.13 -> 1.18.14 ( #353868 )
2024-11-06 19:52:23 +01:00
github-actions[bot]
46e09172e0
Merge staging-next into staging
2024-11-06 12:06:19 +00:00
datafoo
9609ea8757
vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.14 -> 4.0.15
2024-11-06 11:36:00 +01:00
Austin Horstman
4ec9cfe0b2
vimPlugins.nvim-treesitter: update grammars
2024-11-05 19:41:01 -06:00
Austin Horstman
9440d8d6d9
vimPlugins: update on 2024-11-05
2024-11-05 19:41:01 -06:00
github-actions[bot]
84527c8ca3
Merge master into haskell-updates
2024-11-06 00:16:09 +00:00
github-actions[bot]
e7cf0b43c8
Merge staging-next into staging
2024-11-06 00:14:28 +00:00
Gaétan Lepage
d517298f9c
vimPlugins.muren-nvim: init at 2023-08-26 ( #353828 )
2024-11-05 23:04:29 +01:00
github-actions[bot]
f899bb5680
Merge staging-next into staging
2024-11-05 18:05:09 +00:00
Lin Jian
64e60eca23
emacsPackages.org-xlatex: mark as broken without xwidgets ( #353758 )
2024-11-06 01:46:22 +08:00
Tyler Langlois
408bb50eb1
emacsPackages.org-xlatex: mark as broken without xwidgets
2024-11-05 10:34:09 -07:00
Mikael Fangel
6fc68c21e1
vscode-extensions.asvetliakov.vscode-neovim: 1.18.13 -> 1.18.14
2024-11-05 17:39:07 +01:00
Gaetan Lepage
851849e3c6
vimPlugins.muren-nvim: init at 2023-08-26
2024-11-05 14:40:17 +01:00
Bobby Rong
959fc90712
GNOME updates 2024-11-02 ( #353154 )
2024-11-05 20:39:01 +08:00
github-actions[bot]
e8911284dd
Merge staging-next into staging
2024-11-05 12:06:36 +00:00
Gaétan Lepage
a5a93212d4
vimPlugins.blink-cmp: 0.5.0 -> 0.5.1 ( #353703 )
2024-11-05 08:56:32 +01:00
Gaétan Lepage
2280d540bc
vimPlugins.avante-nvim: 2024-10-18 -> 2024-11-04 ( #353494 )
2024-11-05 07:53:13 +01:00
github-actions[bot]
7029ffd9c2
Merge master into haskell-updates
2024-11-05 00:16:11 +00:00
github-actions[bot]
e953c01873
Merge staging-next into staging
2024-11-05 00:14:28 +00:00
Johannes Jöns
5d608d235a
vscode-extensions.streetsidesoftware.code-spell-checker: 4.0.7 -> 4.0.14 ( #335740 )
2024-11-04 23:10:19 +01:00
Balssh
2748fb9a0b
vimPlugins.blink-cmp: 0.5.0 -> 0.5.1
2024-11-04 22:19:40 +02:00
github-actions[bot]
7bea7cacca
Merge staging-next into staging
2024-11-04 18:04:50 +00:00
Pol Dellaiera
d8227dfcd6
vscode-extensions.antyos.openscad 1.1.1 → 1.3.1 ( #353656 )
2024-11-04 18:13:21 +01:00
RedEtherbloom
a1f1c849ad
vscode-extensions.antyos.openscad 1.1.1 → 1.3.1
2024-11-04 15:07:22 +01:00
WilliButz
24a2d2a261
tree-sitter-grammars: add river ( #347752 )
2024-11-04 14:40:55 +01:00
github-actions[bot]
fe71abdc48
Merge staging-next into staging
2024-11-04 12:06:38 +00:00
Reinis Taukulis
cc3c24dde3
vimPlugins.avante-nvim: 2024-10-18 -> 2024-11-04
2024-11-04 11:35:39 +02:00
Lin Jian
28c651c70d
emacsPackages: Don't add nix to melpa updater shell ( #353586 )
2024-11-04 15:00:14 +08:00
Gaétan Lepage
4aabce41b2
Adding some new vim plugins ( #353253 )
2024-11-04 07:50:59 +01:00
adisbladis
15e07bd820
emacsPackages: Don't add nix to melpa updater shell
...
Nix 2.24 has regressions stopping the Melpa updater from working.
We already know the host has Nix installed, and is hopefully less broken than `pkgs.nix`.
2024-11-04 06:37:27 +00:00
github-actions[bot]
57af37a3be
Merge master into haskell-updates
2024-11-04 00:17:26 +00:00
github-actions[bot]
3020b7f221
Merge staging-next into staging
2024-11-04 00:15:38 +00:00
Pol Dellaiera
5f35de494e
vscode-extensions.mongodb.mongodb-vscode: 1.9.1 -> 1.9.3 ( #353499 )
2024-11-03 22:10:03 +01:00
R. Ryantm
4331127c64
vscode-extensions.mongodb.mongodb-vscode: 1.9.1 -> 1.9.3
2024-11-03 20:55:58 +00:00
Pol Dellaiera
ec8d97fb50
vscode-extensions.visualjj.visualjj: 0.12.2 -> 0.12.3
2024-11-03 19:18:40 +01:00
Ben Mayer
00be4cf4e8
Add override for typst-preview-nvim
2024-11-03 17:06:58 +01:00
"Ben Mayer"
46a70efc8d
vimPlugins.follow-md-links-nvim: init at 2024-09-29
2024-11-03 13:39:25 +01:00
"Ben Mayer"
a8930258f5
vimPlugins.typst-preview-nvim: init at 2024-10-24
2024-11-03 13:38:29 +01:00
"Ben Mayer"
cfb63cdd1a
vimPlugins.typst-conceal-vim: init at 2023-10-13
2024-11-03 13:38:06 +01:00
"Ben Mayer"
630d2ec830
vimPlugins.luasnip-latex-snippets-nvim: init at 2024-09-16
2024-11-03 13:37:34 +01:00
"Ben Mayer"
c161f69395
vimPlugins.cmp-vimtex: init at 2024-08-06
2024-11-03 13:36:55 +01:00
K900
46a1f3aa58
Merge remote-tracking branch 'origin/staging-next' into staging
2024-11-03 11:04:59 +03:00
github-actions[bot]
4aa4054084
Merge master into haskell-updates
2024-11-03 00:18:03 +00:00
Theodore Ni
3bfb704e3d
various: fix darwin builds by adding libutil dependency ( #352912 )
2024-11-02 10:40:01 -07:00
Pol Dellaiera
9de82bcc70
vscode-extensions: Update extensions ( #353036 )
2024-11-02 14:35:34 +01:00
Olivér Falvai
dd1a1cc582
mg: fix darwin build
2024-11-02 14:24:17 +01:00
maralorn
f908b35d9e
yi: Fix formatting
2024-11-02 10:51:49 +01:00
Bobby Rong
66ae8b7d52
gnome-builder: 47.1 → 47.2
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/47.1...47.2
2024-11-02 16:27:11 +08:00
github-actions[bot]
d6ccd2835b
Merge staging-next into staging
2024-11-02 06:05:06 +00:00
Robert Schütz
9bf254235b
vscode-extensions.jroesch.lean: init at 0.16.59 ( #352721 )
2024-11-01 22:24:39 -07:00
Lin Jian
8190cd6c76
elpa2nix: inline string-empty-p to support Emacs 26 ( #352915 )
2024-11-02 13:04:45 +08:00
TheMaxMur
7e23262fe3
vscode-extensions.vscjava.vscode-java-pack: 0.25.2023121402 -> 0.29.2024091906
2024-11-02 04:09:26 +03:00
TheMaxMur
18f9976498
vscode-extensions.visualstudioexptteam.vscodeintellicode: 1.2.30 -> 1.3.2
2024-11-02 04:02:21 +03:00
TheMaxMur
e79b047756
vscode-extensions.visualstudioexptteam.intellicode-api-usage-examples: 0.2.8 -> 0.2.9
2024-11-02 03:56:52 +03:00
TheMaxMur
256e270e24
vscode-extensions.stylelint.vscode-stylelint: 1.3.0 -> 1.4.0
2024-11-02 03:52:25 +03:00
TheMaxMur
6383a20b31
vscode-extensions.redhat.ansible: 2.12.143 -> 24.10.0
2024-11-02 03:46:22 +03:00
TheMaxMur
7f6fe7982b
vscode-extensions.hashicorp.hcl: 0.3.2 -> 0.6.0
2024-11-02 03:41:11 +03:00
TheMaxMur
21ef37c088
vscode-extensions.firsttris.vscode-jest-runner: 0.4.72 -> 0.4.74
2024-11-02 03:27:25 +03:00
github-actions[bot]
9f4b4c444e
Merge master into haskell-updates
2024-11-02 00:16:04 +00:00
github-actions[bot]
5605fc7044
Merge staging-next into staging
2024-11-02 00:14:22 +00:00
TheMaxMur
cd16ba5569
vscode-extensions.equinusocio.vsc-material-theme-icons: 3.5.0 -> 3.8.8
2024-11-02 03:13:24 +03:00
TheMaxMur
d4c411f2b0
vscode-extensions.cweijan.dbclient-jdbc: 1.3.4 -> 1.3.6
2024-11-02 02:26:40 +03:00
Pol Dellaiera
93d9c99381
vscode-extensions.github.{copilot, copilot-chat}: bump ( #352994 )
2024-11-01 23:09:53 +01:00
Gaétan Lepage
3aa8a1d04f
vimPlugins.nvim-scissors: init at 2024-10-30 ( #352245 )
2024-11-01 22:52:44 +01:00
Pol Dellaiera
0029a89ce9
vscode-extensions.github.copilot-chat: 0.22.2024100702 -> 0.23.2024102903
2024-11-01 22:35:03 +01:00
Pol Dellaiera
cc7216313a
vscode-extensions.github.copilot: 1.236.0 -> 1.243.1191
2024-11-01 22:34:15 +01:00
ReecerTV
c952a4bfdb
vscode-extensions.sainnhe.gruvbox-material: init at 6.5.2
2024-11-01 21:16:52 +01:00
github-actions[bot]
6e6e33bd99
Merge staging-next into staging
2024-11-01 18:05:02 +00:00
Lin Jian
3c433c9144
elpa2nix: inline string-empty-p to support Emacs 26
...
Fixes https://github.com/NixOS/nixpkgs/issues/352907
2024-11-02 00:27:38 +08:00
Gaétan Lepage
0f955c4b3e
coc-css: migrate from nodePackages ( #323474 )
2024-11-01 15:47:24 +01:00
Abhishek Singh
88cbef5e67
vimPlugins.nvim-scissors: init at 2024-10-30
2024-11-01 19:41:56 +05:30
Weijia Wang
98f7987a12
ox: 0.6.1 -> 0.6.7 ( #350665 )
2024-11-01 14:46:08 +01:00
github-actions[bot]
e4e28b07ad
Merge staging-next into staging
2024-11-01 12:06:22 +00:00
Gaétan Lepage
ede6eeb315
vimPlugins.fastaction-nvim: init at 2024-10-26 ( #352744 )
2024-11-01 11:52:52 +01:00
Masum Reza
ab464abbeb
vscode: 1.95.0 -> 1.95.1 ( #352758 )
2024-11-01 13:58:04 +05:30
github-actions[bot]
670be3a8ed
Merge staging-next into staging
2024-11-01 06:05:13 +00:00
Robert Schütz
6a50a9c861
vscode-extensions.ms-python.vscode-pylance: 2024.8.2 -> 2024.10.1 ( #343395 )
2024-10-31 20:13:23 -07:00
Robert Schütz
678e76558a
vscode-extensions.jebbs.plantuml: 2.17.4 -> 2.18.1 ( #348227 )
2024-10-31 20:05:54 -07:00
nixpkgs-upkeep-bot
713e88c5b4
vscode: 1.95.0 -> 1.95.1
2024-11-01 00:32:39 +00:00
github-actions[bot]
3a826649ee
Merge master into haskell-updates
2024-11-01 00:18:16 +00:00
Weijia Wang
4765af7624
jetbrains: add support for plugins on darwin ( #242562 )
2024-11-01 01:01:31 +01:00
Gaetan Lepage
c1caf31d50
vimPlugins.fastaction-nvim: init at 2024-10-26
2024-11-01 00:35:01 +01:00
Sefa Eyeoglu
d81559c3ca
okteta: 0.26.15 -> 0.26.18 ( #348285 )
2024-10-31 23:25:38 +01:00
Robert Schütz
90d1273230
vscode-extensions.jroesch.lean: init at 0.16.59
2024-10-31 15:02:17 -07:00
github-actions[bot]
336ffcf0e4
Merge staging-next into staging
2024-10-31 18:04:59 +00:00
Johannes Jöns
434aab5d3e
vscode-extensions.asvetliakov.vscode-neovim: 1.18.12 -> 1.18.13 ( #349146 )
2024-10-31 18:26:24 +01:00
Ulrik Strid
45a45d4881
vscode-extensions.usernamehw.errorlens: 3.16.0 -> 3.20.0 ( #343322 )
2024-10-31 13:51:42 +01:00
github-actions[bot]
6d99484921
Merge staging-next into staging
2024-10-31 12:05:55 +00:00
Johannes Jöns
f687a80226
vimPlugins.blink-cmp: 0.4.1 -> 0.5.0 ( #352462 )
2024-10-31 12:58:25 +01:00
Fabian Ponce
9e6b7f92be
jetbrains: fix plugin support for darwin
2024-10-31 12:26:32 +01:00
github-actions[bot]
e14978f992
Merge staging-next into staging
2024-10-31 00:15:18 +00:00
github-actions[bot]
c89d3d9070
Merge master into staging-next
2024-10-31 00:14:46 +00:00
Balssh
e540896c48
vimPlugins.blink-cmp: 0.4.1 -> 0.5.0
2024-10-30 23:13:15 +02:00
K900
0197e64a72
Merge remote-tracking branch 'origin/staging-next' into staging
2024-10-30 15:26:19 +03:00
github-actions[bot]
2c3dde0baa
Merge master into staging-next
2024-10-30 12:05:37 +00:00
Adriaan van der Bergh
debb301a21
vscode: 1.94.2 → 1.95.0
2024-10-30 11:34:54 +01:00
Pol Dellaiera
d7a8b0771a
vscode-extensions.visualjj.visualjj: 0.12.1 -> 0.12.2 ( #352192 )
2024-10-30 08:49:00 +01:00
github-actions[bot]
f3423cc412
Merge staging-next into staging
2024-10-30 00:14:51 +00:00
github-actions[bot]
dee80e3490
Merge master into staging-next
2024-10-30 00:14:27 +00:00
Pol Dellaiera
7ec19f762d
vscode-extensions.apollographql.vscode-apollo: 2.3.3 -> 2.3.6 ( #351825 )
2024-10-29 22:06:31 +01:00
Pol Dellaiera
577ebd4379
vscode-extensions.visualjj.visualjj: 0.12.1 -> 0.12.2
2024-10-29 22:04:29 +01:00
github-actions[bot]
683f8efd0d
Merge staging-next into staging
2024-10-29 18:04:56 +00:00
github-actions[bot]
09d8c7ec2f
Merge master into staging-next
2024-10-29 18:04:32 +00:00
Lin Jian
42db630a43
emacs30: 30.0.91 -> 30.0.92 ( #352089 )
2024-10-30 02:03:18 +08:00
github-actions[bot]
ccfbf47037
Merge staging-next into staging
2024-10-29 12:06:28 +00:00
github-actions[bot]
6bc001ea3b
Merge master into staging-next
2024-10-29 12:06:00 +00:00
Zhong Jianxin
09e2e58692
neovim: fix withRuby regression ( #352045 )
...
The wrapper refactor https://github.com/NixOS/nixpkgs/pull/344541
effectively make withRuby always enabled.
Fix https://github.com/NixOS/nixpkgs/issues/351839 .
2024-10-29 12:52:36 +01:00
Lin Jian
1dabfe2c81
emacs30: 30.0.91 -> 30.0.92
2024-10-29 19:25:38 +08:00
github-actions[bot]
0ad7ce5327
Merge staging-next into staging
2024-10-29 00:14:56 +00:00
github-actions[bot]
eb0f257925
Merge master into staging-next
2024-10-29 00:14:34 +00:00
K900
0c45a8b5c4
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 21:46:13 +03:00
github-actions[bot]
549b778c4e
Merge staging-next into staging
2024-10-28 18:05:09 +00:00
Austin Horstman
1e5e9ac9a9
vimPlugins.nvim-treesitter: update grammars
2024-10-28 12:44:11 -05:00
Austin Horstman
d396643b29
vimPlugins: update on 2024-10-28
2024-10-28 12:44:11 -05:00
Gaétan Lepage
74411387f2
vimPlugins.magma-nvim-goose: deprecate in favor of magma-nvim ( #351709 )
2024-10-28 17:54:25 +01:00
K900
66f01b7af9
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-28 15:11:30 +03:00
datafoo
54a6b2fb3d
vscode-extensions.apollographql.vscode-apollo: 2.3.3 -> 2.3.6
2024-10-28 08:27:37 +01:00
Gaetan Lepage
d80d21fcb9
vimPlugins.magma-nvim-goose: deprecate in favor of magma-nvim
2024-10-28 08:01:59 +01:00
Masum Reza
5eacbf8366
vscode-extensions.svelte.svelte-vscode: 108.3.3 -> 109.1.0 ( #350816 )
2024-10-28 12:23:59 +05:30
Gaétan Lepage
16402512d6
vimPlugins.sqlite-lua: fix sqlite_clib_path path; add nvimRequireCheck ( #351758 )
2024-10-28 07:53:14 +01:00
github-actions[bot]
835a356a66
Merge staging-next into staging
2024-10-28 00:15:41 +00:00
Austin Horstman
ed85bb43e8
vimPlugins.sqlite-lua: remove redundant definition
...
We currently declare the same path a couple times in this small
definition, re-use the variable for both scopes.
2024-10-27 17:11:13 -05:00
Fabián Heredia Montiel
34b62f7c47
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-27 16:10:56 -06:00
Austin Horstman
20c46323e2
vimPlugins.sqlite-lua: add nvimRequireCheck
2024-10-27 16:46:48 -05:00
Austin Horstman
54a8b0ec15
vimPlugins.sqlite-lua: fix defs.lua substitution
...
Path not wrapped in string
2024-10-27 16:46:48 -05:00
Pol Dellaiera
3ec0c23469
vscode-extensions.visualjj.visualjj: 0.12.0 -> 0.12.1
2024-10-27 22:35:29 +01:00
"Gaetan Lepage"
e36e080b6d
vimPlugins.magma-nvim: init at 2023-07-08
2024-10-27 18:04:38 +01:00
github-actions[bot]
4ee6ef1f83
Merge staging-next into staging
2024-10-27 12:05:51 +00:00
Lin Jian
acc14b8625
emacsPackages.el-easydraw: 1.2.0-unstable-2024-07-24 -> 1.2.0-unstable-2024-10-04 ( #351134 )
2024-10-27 17:45:59 +08:00
K900
280a9f86c8
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-27 09:10:05 +03:00
Aleksana
dd4c3a58a7
vimPlugins.blink-cmp: 0.3.1 -> 0.4.1 ( #351048 )
2024-10-27 12:58:11 +08:00
Donovan Glover
d31617bedf
crystal: 1.11 -> 1.14 ( #303173 )
2024-10-27 01:35:32 +00:00
github-actions[bot]
31a24deadc
Merge staging-next into staging
2024-10-26 14:48:26 +00:00
Emily
9fb8bd5157
rehex: fix darwin ( #351339 )
2024-10-26 13:30:07 +01:00
Reno Dakota
358f74f65d
rehex: fix darwin
...
add libiconv to fix darwin build and remove now unneeded frameworks
2024-10-26 12:28:04 +00:00
github-actions[bot]
3487be3b8e
Merge staging-next into staging
2024-10-26 12:06:10 +00:00
github-actions[bot]
cdab0d3f36
Merge master into staging-next
2024-10-26 12:05:46 +00:00
Jörg Thalheim
30dd264dd8
treewide: remove more unmaintained gtk2 packages ( #349744 )
2024-10-26 10:37:03 +02:00
github-actions[bot]
4e6b4b667b
Merge staging-next into staging
2024-10-26 00:14:30 +00:00
K900
7f898ed413
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-25 21:06:42 +03:00
sternenseemann
c5b7426aaf
Merge branch staging-next into haskell-updates
2024-10-25 17:13:14 +02:00
aleksana
f82db33d80
qxw: remove
2024-10-25 22:42:53 +08:00
aleksana
9fb2ae4da5
leafpad: remove
2024-10-25 22:42:53 +08:00
sternenseemann
1277fb618e
yi: re-init at 0.19.2
...
This reverts commit accf9337b3
with some
additional modifications.
2024-10-25 16:28:03 +02:00
Christina Sørensen
a3ce0453d9
uiua: 0.13.0-dev.1 -> 0.13.0 ( #350786 )
2024-10-25 16:09:37 +02:00
R. Ryantm
1ee6b4cab7
emacsPackages.el-easydraw: 1.2.0-unstable-2024-07-24 -> 1.2.0-unstable-2024-10-04
2024-10-25 10:12:58 +00:00
Gabe Dunn
fb70ea57bc
vimPlugins.blink-cmp: 0.3.1 -> 0.4.1
2024-10-24 15:38:30 -07:00
Uzair Mohammed
8962c791f0
jetbrains.plugins: update
2024-10-24 13:40:01 -07:00
Uzair Mohammed
023125a194
jetbrains: 2024.1 -> 2024.2.7
...
jetbrains.gateway: 2024.2.1 -> 2024.2.3
jetbrains.idea-community: 2024.2.3 -> 2024.2.4
jetbrains.idea-ultimate: 2024.2.3 -> 2024.2.4
jetbrains.mps: 2024.1 -> 2024.1.1
jetbrains.phpstorm: 2024.2.3 -> 2024.2.4
jetbrains.pycharm-community: 2024.2.3 -> 2024.2.4
jetbrains.pycharm-professional: 2024.2.3 -> 2024.2.4
jetbrains.rider: 2024.2.5 -> 2024.2.7
jetbrains.rust-rover: 2024.2.2 -> 2024.2.4
jetbrains.webstorm: 2024.2.3 -> 2024.2.4
2024-10-24 13:38:28 -07:00
github-actions[bot]
61074757b0
Merge staging-next into staging
2024-10-24 18:05:02 +00:00
github-actions[bot]
ef782655d2
Merge master into staging-next
2024-10-24 18:04:38 +00:00
Bobby Rong
a2b446ef94
maintainers: add ryan4yin ( #350875 )
2024-10-24 22:53:58 +08:00
Gaétan Lepage
239dfd3b56
luaPackages, vimPlugins: update on 2024-10-24 ( #350532 )
2024-10-24 14:19:53 +02:00
github-actions[bot]
31c26ff594
Merge staging-next into staging
2024-10-24 12:06:21 +00:00
github-actions[bot]
e60fd6d56f
Merge master into staging-next
2024-10-24 12:05:54 +00:00
Raroh73
1caf42170d
vscode-extensions.continue.continue: 0.8.44 -> 0.8.54
2024-10-24 11:40:25 +02:00
Pol Dellaiera
e19ea2eb33
vscode-extensions.visualjj.visualjj: 0.11.8 -> 0.12.0 ( #350776 )
2024-10-24 10:16:24 +02:00
K900
dee94df6f2
Merge remote-tracking branch 'origin/master' into staging-next
2024-10-24 09:28:51 +03:00
Ryan Yin
43ccd1d4e5
maintainers: add ryan4yin
2024-10-24 14:24:31 +08:00
Austin Horstman
06f5bbd150
vimPlugins/overrides: fix sorting
2024-10-23 23:17:58 -05:00
Austin Horstman
014558c7b1
vim-plugin-names: fix sorting
2024-10-23 23:17:57 -05:00
Austin Horstman
d8300e61be
vimPlugins.nvim-treesitter: update grammars
2024-10-23 23:17:01 -05:00
Austin Horstman
59cf3eafa3
vimPlugins: update on 2024-10-24
2024-10-23 23:17:01 -05:00
Austin Horstman
2e9c465054
vimPlugins: update on 2024-10-22
2024-10-23 23:17:01 -05:00
Emilio Barradas
0339c33aa0
vscode-extensions.svelte.svelte-vscode: 108.3.3 -> 109.1.0
2024-10-23 21:40:53 -04:00
Gaétan Lepage
6301495959
vimPlugins.NotebookNavigator-nvim: init at 2024-05-23 ( #350718 )
2024-10-24 00:21:09 +02:00