Commit Graph

14546 Commits

Author SHA1 Message Date
Gaétan Lepage
36e512b952
vimPlugins.git-worktree-nvim: add plenary dependency (#341864) 2024-09-15 12:23:30 +02:00
Lin Jian
b541a6ed85
emacs: move more elpaPackages overrides to common overrides (#341912) 2024-09-15 10:32:34 +08:00
Lin Jian
084801b70d
emacs.pkgs.ligo-mode: remove (#341919) 2024-09-15 10:30:06 +08:00
Lin Jian
3d3f243552
melpa-packages: remove condition about null in helper functions (#341923) 2024-09-15 10:29:29 +08:00
Lin Jian
f739c0bbd8
melpa-packages: remove condition about null in helper functions
This is a follow up of [1].  With that PR applied, packages will not
be null.

[1]: https://github.com/NixOS/nixpkgs/pull/83378
2024-09-15 06:35:13 +08:00
Lin Jian
1344d10200
emacs.pkgs.ligo-mode: remove
This package was in melpaPackages.  Then, it was moved[1] to
manualPackages to workaround failure of MELPA update.  Then, it was
removed[2] from MELPA.

To reduce maintenance burden, let's also remove it.

[1]: https://github.com/NixOS/nixpkgs/pull/227531
[2]: c8a86d223f (commitcomment-130288082)
2024-09-15 06:03:08 +08:00
Lin Jian
043efd2f19
emacsPackages.xeft: remove redundant NIX_CFLAGS_COMPILE
NIX_CFLAGS_COMPILE will be added by the CXX wrapper.
2024-09-15 04:08:25 +08:00
Lin Jian
2f63405c2e
emacs.pkgs.elpaPackages.plz: move to common overrides 2024-09-15 04:06:37 +08:00
Lin Jian
27ac489399
emacs.pkgs.elpaPackages.jinx: move to common overrides 2024-09-15 04:06:37 +08:00
Lin Jian
6ed5ec71bf
emacs.pkgs.elpaPackages.ada-mode: move to common overrides 2024-09-15 04:06:35 +08:00
Lin Jian
b525bba371
emacs.pkgs.elpaPackages: move builtin packages to common overrides 2024-09-15 03:49:13 +08:00
Lin Jian
64fc1f5170
emacs.pkgs.elpaDevelPackages.pq: move to common overrides 2024-09-15 03:49:00 +08:00
Fabián Heredia Montiel
92febd6c85
zile: fix the eval (#341899) 2024-09-14 13:34:24 -06:00
Fabián Heredia Montiel
9aaa570667
mg: 7.3 -> 7.3-unstable-2024-06-04 (#341747) 2024-09-14 13:19:09 -06:00
Sergei Trofimovich
0919767972 zile: fix the eval
$ nix build --no-link -f. zile
    error:
       … while calling the 'derivationStrict' builtin
         at <nix/derivation-internal.nix>:34:12:
           33|
           34|   strict = derivationStrict drvAttrs;
             |            ^
           35|

       … while evaluating derivation 'zile-2.6.2'
         whose name attribute is located at pkgs/stdenv/generic/make-derivation.nix:336:7

       … while evaluating attribute 'NIX_CFLAGS_COMPILE' of derivation 'zile-2.6.2'

       (stack trace truncated; use '--show-trace' to show the full, detailed trace)

       error: The `env` attribute set can only contain derivation, string, boolean or integer attributes. The `NIX_CFLAGS_COMPILE` attribute is of type list.
2024-09-14 19:45:05 +01:00
Gaétan Lepage
c6e077b0b2
vimPlugins.lze: init at 0.1.1 (#339387) 2024-09-14 20:32:40 +02:00
Lin Jian
dfc36088ba
emacs: factor out common overrides for elpa and nongnu packages (#341745) 2024-09-15 00:34:01 +08:00
Austin Horstman
fe89dcbcef
vimPlugins.git-worktree-nvim: add plenary dependency 2024-09-14 10:34:35 -05:00
Bobby Rong
755459a3ef
vscodium: 1.92.2.24228 -> 1.93.1.24256 (#341666) 2024-09-14 22:19:53 +08:00
Masum Reza
8966ab8ca3
treewide: adopt some unmaintained GTK packages (#341829) 2024-09-14 19:43:30 +05:30
aleksana
bd36b81aed treewide: adopt some unmaintained GTK packages 2024-09-14 21:07:29 +08:00
Lin Jian
e2479ad6d8
emacs: factor out common overrides for nongnu packages 2024-09-14 13:49:44 +08:00
Alyssa Ross
4632a73312
mg: 7.3 -> 7.3-unstable-2024-06-04
The only change is a compilation fix for GCC 14.
2024-09-14 07:43:56 +02:00
Lin Jian
9928ed446d
emacs: factor out common overrides for elpa packages 2024-09-14 13:04:08 +08:00
Pol Dellaiera
c9bfbd985c
vscode-extensions.ms-python.python: 2024.15.2024091001 -> 2024.15.2024091301 (#341661) 2024-09-14 06:53:34 +02:00
BirdeeHub
6b1aa6159f vimPlugins.lze: init at 0.1.1
I made this, and I almost completely deleted it because I was fully
on board with lz-n again. However, I have been using it and lz-n
simultaneosly and trying them out.

I wish to publish lze after all. I like it a lot.

It works completely differently from lz-n and has a different handler
api, but has a similar plugin spec.

Update pkgs/development/lua-modules/overrides.nix

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
2024-09-13 16:47:37 -07:00
Lin Jian
3a1334f7f9
elpa-(devel-)package: stop excluding dash
dash was excluded[1] in 2016 because it was outdated.  I do not see
why it should still be excluded now.

[1]: 727a9ddea8
2024-09-14 07:15:56 +08:00
Ingo Reitz
0148f055ba
vscodium: 1.92.2.24228 -> 1.93.1.24256 2024-09-13 23:02:44 +02:00
Pol Dellaiera
64e0dfab58
vscode-extensions.ms-python.python: 2024.15.2024091001 -> 2024.15.2024091301 2024-09-13 22:23:50 +02:00
Gaétan Lepage
da8415506f
Revert "vimPlugins.nvim-treesitter: collate grammars" (#341079) 2024-09-13 13:38:38 +02:00
Fabián Heredia Montiel
ef9ac3eece
nano: 8.1 -> 8.2 (#341098) 2024-09-12 18:40:25 -06:00
Fabián Heredia Montiel
1dbbe4e044
libgee, libgda, zile: fix compiling with clang (#341109) 2024-09-12 18:37:38 -06:00
Nick Cao
8ef7d0aea5
vscode-extensions.apollographql.vscode-apollo: 1.19.11 -> 2.2.0 (#335744) 2024-09-12 19:56:18 -04:00
Masum Reza
c7b929cfd4
vscode-extensions.ms-vscode-cpptools: 1.21.4 -> 1.22.2 (#341381) 2024-09-13 00:26:09 +05:30
Gaétan Lepage
336c5dc9ef
vimPlugins.gina-vim: rename plugin to fix alias (#341309) 2024-09-12 17:43:11 +02:00
Gaétan Lepage
f1ca6cb56f
vimPlugins.vim-zscript: init at 2023-10-02 (#339710) 2024-09-12 17:34:02 +02:00
Gaetan Lepage
5475c70ea5 vimPlugins.gina-vim: fix by renaming to vim-gina 2024-09-12 15:27:48 +02:00
John Titor
1ba4420c17
vscode-extensions.ms-vscode-cpptools: 1.21.4 -> 1.22.2 2024-09-12 18:55:28 +05:30
Gaetan Lepage
55de2fbfda vimPlugins.himalaya-vim: fix url 2024-09-12 14:45:33 +02:00
Masum Reza
bf038bd724
jetbrains: 2024.1.8 -> 2024.2.4 (#341296) 2024-09-12 16:52:23 +05:30
Gaétan Lepage
7a5c9e3fa9
vimPlugins: update on 2024-09-11 (#341146) 2024-09-12 07:48:25 +02:00
John Titor
567467efa7
jetbrains.plugins: update 2024-09-12 10:15:39 +05:30
John Titor
aff3f79564
jetbrains: 2024.1.8 -> 2024.2.4
jetbrains.clion: 2024.2.0.1 -> 2024.2.1
jetbrains.datagrip: 2024.2.1 -> 2024.2.2
jetbrains.gateway: 2024.2 -> 2024.2.1
jetbrains.goland: 2024.2.0.1 -> 2024.2.1.1
jetbrains.phpstorm: 2024.2.0.1 -> 2024.2.1
jetbrains.rider: 2024.2.2 -> 2024.2.4
jetbrains.ruby-mine: 2024.2.0.1 -> 2024.2.1
jetbrains.rust-rover: 2024.1.8 -> 2024.2
2024-09-12 10:15:39 +05:30
PopeRigby
ef0222642c vimPlugins.vim-zscript: init at 2023-10-02 2024-09-11 11:35:31 -07:00
PerchunPak
395d9b67e3
vimPlugins: truly resolve github repository redirects
In the update script, there was a bug where some deprecations in
`deprecated.json` were not deleted from the index file. And everything
the script did was updating deprecation dates.

This commit properly updates deprecated plugins and modifies dates to
actual ones.
2024-09-11 12:35:34 -05:00
Austin Horstman
cdc18ad994
vimPlugins.nvim-treesitter: update grammars 2024-09-11 12:35:34 -05:00
Austin Horstman
93a685d427
vimPlugins: update on 2024-09-11 2024-09-11 12:35:34 -05:00
Lin Jian
72239d5c1a
emacsPackages.units-mode: replace program (#341097) 2024-09-11 21:37:12 +08:00
Pol Dellaiera
3e86c6762d
vscode-extensions.ms-python.python: 2024.5.11021008 -> 2024.15.2024091001 (#341121) 2024-09-11 15:01:55 +02:00
Nick Cao
e60bf2b55f
vscode-extensions.asvetliakov.vscode-neovim: 1.18.10 -> 1.18.11 (#341105) 2024-09-11 08:35:18 -04:00