ajs124
bb742b2bb9
texstudio: 4.3.0 -> 4.3.1
2022-08-28 14:59:33 +02:00
Brian Leung
5642de5440
emacs/elisp-packages: Remove manual Emacs package (apheleia)
...
We defined a manual expression before because apheleia wasn't in
MELPA. Now that it is, we can remove it.
2022-08-28 03:28:22 -07:00
R. Ryantm
ea51fbc96e
emacsPackages.ebuild-mode: 1.55 -> 1.60
2022-08-28 10:24:50 +00:00
Fabian Hauser
bd56129fba
vscode-extensions.svelte.svelte-vscode: 105.3.0 -> 105.21.0
2022-08-28 11:58:20 +02:00
Nikolay Korotkiy
9fdbea27fd
cudatext: 1.168.0 → 1.169.2
2022-08-28 12:07:50 +03:00
Artturi
c21c0551e2
Merge pull request #188243 from sikmir/kibi
2022-08-27 21:12:47 +03:00
superherointj
d9a636e9c6
Merge pull request #183826 from felschr/vscode-firefox-debug
...
vscode-extensions.firefox-devtools.vscode-firefox-debug: init at 2.9.8
2022-08-27 13:59:41 -03:00
Felix Schröter
9701ad3399
vscode-extensions.firefox-devtools.vscode-firefox-debug: init at 2.9.8
2022-08-27 18:22:00 +02:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
...
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
superherointj
cdd73ca3ea
Merge pull request #188288 from gador/pinegrow-6.8
...
pinegrow: 6.6 -> 6.8
2022-08-27 10:42:23 -03:00
Florian Brandes
02e4902da0
pinegrow: 6.6 -> 6.8
...
Also make executable lowercase
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-08-27 15:08:18 +02:00
Anderson Torres
7165bcb796
Merge pull request #161445 from chasecaleb/fix-emacs-recursive-load-path
...
emacs: populate load-path recursively
2022-08-27 02:37:21 -03:00
superherointj
a4ba3da0a7
vscode-extensions.prisma.prisma: 4.1.0 -> 4.2.0
2022-08-26 14:51:12 -07:00
superherointj
f0e1cf45eb
vscode-extensions.jnoortheen.nix-ide: 0.1.20 -> 0.1.23
2022-08-26 14:46:40 -07:00
superherointj
ae539d06a3
vscode-extensions.ocamllabs.ocaml-platform: 1.10.4 -> 1.10.7
2022-08-26 14:46:33 -07:00
superherointj
80ebc2df18
vscode-extensions.jakebecker.elixir-ls: 0.9.0 -> 0.11.0
2022-08-26 14:46:02 -07:00
superherointj
bb365ad0bb
vscode-extensions.esbenp.prettier-vscode: 9.5.0 -> 9.8.0
2022-08-26 14:44:00 -07:00
superherointj
176d3299e5
vscode-extensions.christian-kohler.path-intellisense: 2.8.0 -> 2.8.1
2022-08-26 14:43:52 -07:00
superherointj
c84fafd005
vscode-extensions.badochov.ocaml-formatter: 1.14.0 -> 2.0.5
2022-08-26 14:43:30 -07:00
superherointj
4efdbfcbb4
vscode-extensions.usernamehw.errorlens: 3.5.1 -> 3.6.0
2022-08-26 18:40:38 -03:00
Guillaume Girol
38e16b192a
neovim: fix plugin loading order
...
fixes https://github.com/NixOS/nixpkgs/issues/188167
2022-08-26 21:17:31 +02:00
superherointj
9c1424acea
Merge pull request #187819 from smasher164/millet-vscode-extension
...
vscode-extensions.azdavis.millet: init at 0.3.5
2022-08-26 09:58:57 -03:00
Akhil Indurti
ed775257a0
vscode-extensions.azdavis.millet: init at 0.3.5
2022-08-25 23:17:29 -07:00
superherointj
dc4ed6dce0
Merge pull request #187929 from NULLx76/direnv-vscode-extension
...
vscode-extensions.mkhl.direnv: init at 0.6.1
2022-08-26 00:01:06 -03:00
talyz
faee7f1311
emacs.pkgs.tree-sitter-langs: Link to each grammar's query files
...
Create symlinks to the query files provided by the grammars. This
makes syntax highlighting works properly for languages which
tree-sitter-langs doesn't provide query files and updates the ones it
provides to the latest upstream files.
2022-08-25 18:40:41 +02:00
Bernardo Meurer
ab9aaed0a0
Merge pull request #186976 from GenericNerdyUsername/jetbrains-update
...
jetbrains: update
2022-08-25 10:34:22 -03:00
Anderson Torres
9dd005e188
Merge pull request #188110 from adisbladis/build-emacs-packages
...
emacs: Build emacs packages on Hydra
2022-08-25 00:47:15 -03:00
Nikolay Korotkiy
ffc160483f
kibi: enable syntax highlighting
2022-08-25 05:26:22 +03:00
github-actions[bot]
03bc32c872
Merge master into staging-next
2022-08-24 12:01:32 +00:00
Jonas Heinrich
cb34fdd91b
Merge pull request #183318 from r-ryantm/auto-update/gophernotes
...
gophernotes: 0.7.4 -> 0.7.5
2022-08-24 09:24:49 +02:00
adisbladis
d20c9d7a88
emacs: Set recurseIntoAttrs on package set
...
In the past the motivation to not recurse into Emacs packages was that
it added quite a lot of packages to the evalution and they were so
fast to build locally that substituting them from a binary cache
didn't make sense.
With native compilation this equation has changed drastically, build
times are much longer and build closures are larger so the utility
of having cached packages has gone way up.
Additionally, it looks to me like Emacs is the only ecosystem in nixpkgs to
ever care about evaluation performance like this.
Every other extensible editor ecosystem has recurseIntoAttrs set to true on their respective
package sets.
2022-08-24 08:45:46 +08:00
adisbladis
ca25a9c7b2
emacs: Enable xinput2 on version 29 and newer
2022-08-23 14:27:12 +08:00
adisbladis
73c90badf3
emacs: Simplify patchelf invocation when building with lucid
2022-08-23 14:27:12 +08:00
victor
a73f576bc5
vscode-extensions.mkhl.direnv: init at 0.6.1
2022-08-23 00:47:53 +02:00
github-actions[bot]
3511fb02d2
Merge master into staging-next
2022-08-22 00:03:02 +00:00
"Ilan Joselevich"
9a46ea093e
vimPlugins: resolve github repository redirects
2022-08-21 23:53:18 +03:00
"Ilan Joselevich"
5d7631e327
vimPlugins: update
2022-08-21 23:52:57 +03:00
Jonas Heinrich
186e4c8863
Merge pull request #185224 from r-ryantm/auto-update/featherpad
...
featherpad: 1.3.0 -> 1.3.1
2022-08-21 21:17:43 +02:00
github-actions[bot]
858a718b87
Merge master into staging-next
2022-08-21 12:01:15 +00:00
Jonas Heinrich
86379c8177
Merge pull request #183851 from r-ryantm/auto-update/sigil
...
sigil: 1.9.2 -> 1.9.10
2022-08-21 13:39:48 +02:00
github-actions[bot]
a6c886b7fd
Merge master into staging-next
2022-08-21 06:01:17 +00:00
Sandro
d3fb1aea3c
Merge pull request #187371 from samuela/upkeep-bot/vscodium-1.70.2.22230-1660868653
2022-08-21 04:24:32 +02:00
Sandro
2c558e5e70
Merge pull request #169622 from onsails/vim-plugins
2022-08-21 03:19:34 +02:00
github-actions[bot]
e5f0224881
Merge master into staging-next
2022-08-21 00:02:49 +00:00
Jonas Heinrich
8b05fc2bc6
Merge pull request #186110 from dotlambda/setzer-0.4.8
...
setzer: 0.4.7 -> 0.4.8
2022-08-21 01:30:58 +02:00
"Andrey Kuznetsov"
74ed4b5ead
vimPlugins.legendary-nvim: init at 2022-07-26
2022-08-20 23:18:26 +00:00
"Andrey Kuznetsov"
faaf77b13c
vimPlugins.lsp-format-nvim: init at 2022-05-21
2022-08-20 23:18:08 +00:00
"Andrey Kuznetsov"
27aaf5f45a
vimPlugins.onenord-nvim: init at 2022-07-15
2022-08-20 23:17:52 +00:00
"Andrey Kuznetsov"
a9135abe0a
vimPlugins: resolve github repository redirects
2022-08-20 23:17:34 +00:00
"Andrey Kuznetsov"
3564c1952e
vimPlugins: update
2022-08-20 23:17:18 +00:00
Andrey Kuznetsov
9dcc0f7f71
vimPlugins.compe-conjure: fix repo url
2022-08-20 23:16:10 +00:00
Matthieu Coudron
e3c0484acd
neovim: correctly concat single line configs
...
The changes introduced in https://github.com/NixOS/nixpkgs/pull/184364#discussion_r945772144
didn't concat correctly the plugin configs when they were a single
string see: https://github.com/nix-community/home-manager/pull/3147
This adds a test for it.
2022-08-20 21:12:18 +02:00
github-actions[bot]
54506fbda9
Merge master into staging-next
2022-08-20 12:01:21 +00:00
Sandro
f6382ed43b
Merge pull request #187385 from r-ryantm/auto-update/pixelorama
...
pixelorama: 0.10.1 -> 0.10.2
2022-08-20 12:44:26 +02:00
github-actions[bot]
c00ace1204
Merge master into staging-next
2022-08-19 12:01:31 +00:00
Linus Heckemann
d167d23b40
Merge pull request #176780 from linj-fork/emacs-native-comp
...
emacs: enable native-comp
2022-08-19 12:04:51 +02:00
Jonas Heinrich
996248cb6e
Merge pull request #187196 from samuela/upkeep-bot/vscode-1.70.2-1660782199
...
vscode: 1.70.1 -> 1.70.2
2022-08-19 11:47:10 +02:00
GenericNerdyUsername
a20e4b808a
jetbrains: update
2022-08-19 10:43:56 +01:00
R. Ryantm
280fa1988e
pixelorama: 0.10.1 -> 0.10.2
2022-08-19 04:58:56 +00:00
nixpkgs-upkeep-bot
0bffbf1d33
vscodium: 1.70.1.22228 -> 1.70.2.22230
2022-08-19 00:24:13 +00:00
github-actions[bot]
767bdf0d81
Merge master into staging-next
2022-08-19 00:03:25 +00:00
Sandro
f994d00daf
Merge pull request #184562 from arnottcr/gotags
2022-08-18 23:28:46 +02:00
Ivan Kovnatsky
8711a6f353
vimPlugins.trim-nvim: init at 2022-06-16 ( #187295 )
2022-08-18 22:01:51 +02:00
Lin Jian
51bd7cf0d0
emacs: enable native-comp
2022-08-18 20:38:37 +08:00
nixpkgs-upkeep-bot
5e24229488
vscode: 1.70.1 -> 1.70.2
2022-08-18 00:23:19 +00:00
github-actions[bot]
7b5c82c518
Merge master into staging-next
2022-08-17 18:01:22 +00:00
Sebastián Mancilla
bce7730e71
Merge pull request #134870 from SomeoneSerge/jupyter-logo
...
jupyter: fix missing logos in the default kernel
2022-08-17 09:39:49 -04:00
Sandro
6a91c39cf8
Merge pull request #184506 from sikmir/o
2022-08-17 14:42:22 +02:00
Colin Arnott
89361f7b99
gotags: reinit at 1.4.1
...
This change reverts #176044 and #178000 , as well as updating the version
to the latest stable release. Unfortunately, despite the lack of updates
to gotags, it is still depended upon by vim-go, thus we must keep it
around until they (and other consumers) have removed it from the
dependency trees.
This change also adds myself as a maintainer, since I would not wish the
burden of this package's maintanence on anybody else.
2022-08-17 10:58:09 +00:00
github-actions[bot]
af42060d61
Merge master into staging-next
2022-08-17 06:01:47 +00:00
nixpkgs-upkeep-bot
ab2905f473
vscodium: 1.70.1 -> 1.70.1.22228
2022-08-17 00:25:55 +00:00
Artturin
c6568adb00
treewide: makeWrapper buildInputs to nativeBuildInputs
...
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Nikolay Korotkiy
c6f7c99792
o: init at 2.55.1
2022-08-16 13:02:16 +03:00
github-actions[bot]
0fde33f69b
Merge staging-next into staging
2022-08-16 06:01:57 +00:00
github-actions[bot]
3568649e27
Merge master into staging-next
2022-08-16 06:01:20 +00:00
Jörg Thalheim
6a3e7da939
Merge pull request #186866 from sikmir/micro
...
micro: fix syntax highlighting
2022-08-16 04:59:53 +01:00
github-actions[bot]
e3522b27b2
Merge staging-next into staging
2022-08-16 00:03:13 +00:00
github-actions[bot]
df465dde1a
Merge master into staging-next
2022-08-16 00:02:25 +00:00
Nikolay Korotkiy
3ec310d520
micro: fix syntax highlighting
...
Fix #186861
2022-08-16 02:26:46 +03:00
markuskowa
36fd9dc666
Merge pull request #186796 from ck3d/neovide-0.10.1
...
neovide: 0.10.0 -> 0.10.1
2022-08-15 20:41:46 +02:00
ajs124
27b18dfb65
Merge pull request #185659 from helsinki-systems/upd/texstudio
2022-08-15 20:29:00 +02:00
github-actions[bot]
79661ba7e2
Merge staging-next into staging
2022-08-15 18:02:00 +00:00
github-actions[bot]
94f107a45f
Merge master into staging-next
2022-08-15 18:01:18 +00:00
Janne Pulkkinen
16f934eb47
vimPlugins.vim-isort: fix build
...
isort dropped Python 2 support in 5.0.0.
2022-08-15 19:25:55 +03:00
Someone Serge
bec3c17579
python3Packages.jupyter: fix missing logos
...
augment the relative python.sitePackages="lib/site-packagesXX" to a full
/nix/store/... path
2022-08-15 16:59:29 +03:00
Christian Kögler
27e6c7477b
neovide: 0.10.0 -> 0.10.1
2022-08-15 14:38:19 +02:00
Christian Kögler
da3f06ff57
Merge pull request #183464 from r-ryantm/auto-update/leo-editor
...
leo-editor: 6.6-b2 -> 6.6.3
2022-08-15 14:08:52 +02:00
github-actions[bot]
4e717ab958
Merge staging-next into staging
2022-08-15 06:01:47 +00:00
github-actions[bot]
9c7cf16ec7
Merge master into staging-next
2022-08-15 06:01:11 +00:00
Franz Pletz
f38bb4d487
Merge pull request #186590 from midchildan/remove/sourcetrail
...
sourcetrail: remove
2022-08-15 06:41:27 +02:00
Sebastián Mancilla
10a745eac8
Merge pull request #179896 from erikarvstedt/fix-bash-exit-handler
...
treewide: fix bash exit handlers
2022-08-14 21:42:41 -04:00
Sebastián Mancilla
89019cbdfc
Merge pull request #186640 from trofi/update-nano
...
nano: 6.3 -> 6.4
2022-08-14 21:00:53 -04:00
github-actions[bot]
842c52c5ba
Merge staging-next into staging
2022-08-15 00:03:15 +00:00
github-actions[bot]
1db41d0201
Merge master into staging-next
2022-08-15 00:02:37 +00:00
Christian Kögler
19f152c2b0
neovide: 0.9.0 -> 0.10.0
2022-08-15 00:55:38 +02:00
Sergei Trofimovich
96958813c3
nano: 6.3 -> 6.4
...
Changes: https://lists.gnu.org/archive/html/info-gnu/2022-08/msg00001.html
2022-08-14 12:57:48 +01:00
midchildan
e4b89c06c3
sourcetrail: remove
2022-08-14 17:08:52 +09:00
github-actions[bot]
1c7931d7e1
Merge staging-next into staging
2022-08-13 18:01:53 +00:00
github-actions[bot]
7afe7a957c
Merge master into staging-next
2022-08-13 18:01:16 +00:00
superherointj
f0316a3467
Merge pull request #186206 from samuela/upkeep-bot/vscodium-1.70.1-1660263805
...
vscodium: 1.70.0 -> 1.70.1
2022-08-13 12:55:07 -03:00