Ryan Horiguchi
8a31cb6e47
vscode-extensions.ms-azuretools.vscode-docker: 1.20.0 -> 1.22.0
2022-04-25 14:57:20 +02:00
Ryan Horiguchi
5bbdf1dd33
vscode-extensions.johnpapa.vscode-peacock: 4.0.0 -> 4.0.1
2022-04-25 14:55:44 +02:00
Ryan Horiguchi
ea81084e52
vscode-extensions.esbenp.prettier-vscode: 9.3.0 -> 9.5.0
2022-04-25 14:54:30 +02:00
Ryan Horiguchi
68e9b54c50
vscode-extensions.eamodio.gitlens: 12.0.3 -> 12.0.6
2022-04-25 14:53:04 +02:00
Ryan Horiguchi
19f5cc6ee7
vscode-extensions.davidanson.vscode-markdownlint: 0.46.0 -> 0.47.0
2022-04-25 14:51:54 +02:00
FliegendeWurst
0c2197472d
vim: 8.2.4609 -> 8.2.4816
2022-04-24 14:31:24 +02:00
github-actions[bot]
93ca6b8345
Merge master into staging-next
2022-04-24 06:01:05 +00:00
adisbladis
357a8492ef
Merge pull request #170015 from adisbladis/emacs-manual-packages-updater
...
emacs: Add update script for manually packaged packages
2022-04-24 09:28:05 +07:00
adisbladis
78632a93fb
Merge pull request #170031 from adisbladis/ement-2022-04-22
...
emacs.pkgs.ement: unstable-2021-10-08 -> unstable-2022-04-22
2022-04-24 09:27:39 +07:00
Mario Rodas
56c88a29ba
Merge pull request #169614 from LibreCybernetics/remove-maintainership
...
{android-studio,crystal}: remove myself as maintainer
2022-04-23 20:12:29 -05:00
adisbladis
5eb9d9e284
emacs.pkgs.ement: unstable-2021-10-08 -> unstable-2022-04-22
2022-04-24 12:27:22 +12:00
github-actions[bot]
696025ae9c
Merge master into staging-next
2022-04-24 00:02:26 +00:00
adisbladis
6922b8784d
emacs: Add update script for manually packaged packages
2022-04-24 09:18:33 +12:00
ajs124
d3befb0ccb
texstudio: 4.2.2 -> 4.2.3
2022-04-23 21:54:51 +01:00
adisbladis
daee75e5b3
emacs.pkgs.tree-sitter-langs: Make language plugins configurable
...
By using an expression like:
``` nix
emacs.pkgs.tree-sitter-langs.passthru.withPlugins (p: [ p.tree-sitter-agda ])
```
2022-04-24 07:44:40 +12:00
adisbladis
b4f90318fe
emacs.pkgs.tree-sitter-langs: Create script to keep grammars up to date with upstream defaults
2022-04-24 07:35:00 +12:00
adisbladis
b15c703495
emacs.pkgs.tree-sitter-langs: Use grammars from nixpkgs and sources from melpa
2022-04-24 07:19:15 +12:00
adisbladis
00af59359f
emacs.pkgs.tsc: 0.16.1 -> 0.18.0
...
Use auto-updater JSON
2022-04-24 07:19:15 +12:00
adisbladis
028a934896
emacs.pkgs.tsc: Add update script
2022-04-24 07:19:15 +12:00
adisbladis
2c61820661
emacs.pkgs.tsc/tree-sitter-langs: Remove rec
from derivations
...
These are not required.
2022-04-24 07:19:15 +12:00
adisbladis
4567405cd4
emacs.pkgs.tsc: Remove with
from top-level scope
...
This is a huge anti-pattern that makes it next to impossible to know
which attrset is providing which attr and it's very easy to make mistakes.
Case in point: This package didn't properly scope `lib.maintainers`.
2022-04-24 07:19:15 +12:00
Julius de Bruijn
48b6b19970
emacsPackages.tree-sitter: fix grammar/native executor
2022-04-24 07:19:15 +12:00
github-actions[bot]
fddf656b60
Merge master into staging-next
2022-04-23 18:01:13 +00:00
Vladimír Čunát
82ec893b68
Merge branch 'staging' into staging-next
2022-04-23 18:10:57 +02:00
Ryan Mulligan
acf9b5a348
Merge pull request #169885 from r-ryantm/auto-update/cudatext
...
cudatext: 1.162.0 -> 1.162.5
2022-04-23 05:37:03 -07:00
Rick van Schijndel
02501af301
Merge pull request #169428 from sikmir/mg
...
mg,oed,oksh: fix cross-compilation
2022-04-23 14:18:15 +02:00
Bobby Rong
d34a472735
Merge pull request #169588 from bobby285271/gnome-builder
...
gnome-builder: 42.0 → 42.1
2022-04-23 19:25:03 +08:00
Ivv
ccfb911ea3
Merge pull request #168036 from michielboekhoff/update-android-studio
...
Update Android Studio
2022-04-23 12:31:22 +02:00
Nikolay Korotkiy
4a72aad356
oed: fix cross-compilation
2022-04-23 10:08:22 +03:00
Nikolay Korotkiy
da727b72c9
mg: fix cross-compilation
2022-04-23 10:08:15 +03:00
Mario Rodas
55c3e3b030
lapce: fix build on darwin
2022-04-23 04:20:00 +00:00
R. Ryantm
3a279c6db0
cudatext: 1.162.0 -> 1.162.5
2022-04-23 01:55:14 +00:00
github-actions[bot]
05f9abf294
Merge staging-next into staging
2022-04-22 18:01:54 +00:00
Artturi
785373a76f
Merge pull request #166605 from siraben/remove-redundant-stdenv
2022-04-22 20:25:38 +03:00
Daniel Thwaites
4f9b8a0702
lib/strings: optimise hasInfix function ( #168175 )
...
* lib/strings: optimise hasInfix function
* lib/strings: optimise hasInfix further using regex
* rstudio: call hasInfix with a string
* lib/strings: remove let from hasInfix
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
2022-04-22 12:43:25 -04:00
Theodore Ni
77c966e06e
neovim-ruby: 0.8.1 -> 0.9.0 update some Neovim Ruby gem versions
2022-04-22 17:48:20 +02:00
Anatolii Popov
6abf6b46ad
maintainers: adding AnatolyPopov
2022-04-22 17:07:07 +03:00
Anatolii Popov
efe5ba0c4f
jetbrains: update script fixes
2022-04-22 17:07:07 +03:00
Fabián Heredia Montiel
399a20a384
android-studio: remove myself as maintainer
2022-04-21 13:01:45 -05:00
Sandro
fdfe3394b9
Merge pull request #166776 from arjan-s/init-vimplugin-search-pulse
...
vimPlugins.vim-search-pulse: init at 2017-01-05
2022-04-21 17:02:12 +02:00
Bobby Rong
2dc4427d35
gnome-builder: 42.0 → 42.1
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.0...42.1
2022-04-21 22:33:13 +08:00
DarkOnion0
e3025623e6
coc-haxe: init at 0.8.0
2022-04-21 06:50:36 +02:00
Sandro
c085bfc9af
Merge pull request #164189 from hqurve/octave-jupyter-update
2022-04-21 01:55:54 +02:00
Randy Eckenrode
272876edae
ionide.ionide-fsharp: 5.11.0 -> 6.0.1 ( #168874 )
...
* ionide.ionide-fsharp: 5.11.0 -> 6.0.0
* doc/release-notes: document .NET 6 requirement for Ionide
* ionide: 6.0.0 -> 6.0.1
2022-04-21 01:54:39 +02:00
teutat3s
6bd609ac0e
vimPlugins: update
2022-04-20 08:33:19 -07:00
Ryan Mulligan
d30decc453
Merge pull request #169384 from r-ryantm/auto-update/cudatext
...
cudatext: 1.161.0 -> 1.162.0
2022-04-20 05:59:10 -07:00
Ben Siraphob
47d58982ff
Merge pull request #169200 from sikmir/mle
2022-04-20 05:58:24 +00:00
R. Ryantm
522afed5a6
cudatext: 1.161.0 -> 1.162.0
2022-04-20 01:40:04 +00:00
Nikolay Korotkiy
fc5bf74480
mle: fix on darwin
2022-04-19 18:02:10 +03:00
Aidan Gauland
d71cc5bbad
header-file-mode: fix build
...
Add missing qualifier for «maintainers».
2022-04-19 16:37:39 +12:00
Aidan Gauland
64240018e0
header-file-mode: init at version unstable-2022-04-19
...
Add Emacs library `header-file' from GitHub.
2022-04-19 14:15:23 +12:00
Artturi
ae7b731585
Merge pull request #168776 from gador/pinegrow-fix-download-link
...
pinegrow: fix download link
2022-04-18 22:09:58 +03:00
Daniel Nagy
506050b57f
emacs: prepare webp support for versions >=29.1
...
This prepares the derivation for the upcoming webp image file format
support with Emacs 29.1. Therefore this change is mainly useful with the
"emacs-overlay".
https://github.com/nix-community/emacs-overlay/
Changelog from upstream Emacs:
1cdb8d4c99/etc/NEWS (L435-L439)
More info on image formats in Emacs and how to check for their support:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Image-Formats.html
2022-04-18 17:45:47 +02:00
Martin Weinelt
fa1bb283d8
Merge remote-tracking branch 'origin/master' into staging-next
2022-04-16 23:14:55 +02:00
Sandro
937a330fff
Merge pull request #168882 from SuperSandro2000/vscode
...
vscode: fix auto encoding detection crashing editor window
2022-04-16 23:01:09 +02:00
Christian Kögler
2833064bcc
neovide: 2022-02-04 -> 0.8.0 ( #168770 )
...
* neovide: 2022-02-04 -> 0.8.0
* neovide: Remove unsupported platform darwin
2022-04-16 22:59:35 +02:00
hqurve
9749d34ac0
octave-kernel: 0.32.0 -> 0.34.2
2022-04-16 16:55:07 -04:00
Robert Schütz
4a86b1c782
setzer: 0.4.4 -> 0.4.7
2022-04-16 19:24:51 +00:00
Ben Siraphob
259fa13d53
treewide: remove nativeBuildInputs that are in stdenv
2022-04-16 21:46:46 +03:00
github-actions[bot]
6be56bfc2e
Merge master into staging-next
2022-04-16 12:01:10 +00:00
Thiago Franco de Moraes
0e9bebed0c
neovim: 0.6.0 -> 0.7.0
2022-04-16 10:39:52 +02:00
Sandro Jäckel
2ca1c98617
vscode: fix auto encoding detection crashing editor window
...
Closes #152939
2022-04-16 08:35:55 +02:00
Sandro Jäckel
92fe27da60
vscode: move asar to nativeBuildInputs
2022-04-16 08:35:55 +02:00
github-actions[bot]
c58a108aaa
Merge master into staging-next
2022-04-16 06:01:08 +00:00
Azat Bahawi
55f57facbf
emacs: 27.2 -> 28.1
2022-04-16 16:53:45 +12:00
Sandro
c6f16a2de1
Merge pull request #132019 from workflow/init-vimplugins-coc-flutter
...
vimPlugins.coc-flutter: init
2022-04-16 02:28:00 +02:00
github-actions[bot]
e19bb47d10
Merge master into staging-next
2022-04-16 00:03:06 +00:00
workflow
b45fbd05f3
vimPlugins.coc-flutter: init at 1.9.7
2022-04-16 00:27:48 +01:00
Florian Brandes
5889b22fe3
pinegrow: fix download link
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-15 12:34:56 +02:00
R. Ryantm
1027708f78
cudatext: 1.160.2 -> 1.161.0
2022-04-15 01:43:14 +00:00
github-actions[bot]
795332a20e
Merge staging-next into staging
2022-04-14 18:01:48 +00:00
Anderson Torres
bcb6ccbcb6
Merge pull request #168638 from AndersonTorres/new-elisp
...
elisp updates
2022-04-14 14:26:49 -03:00
Kevin Cox
d90d891961
Merge pull request #168382 from LibreCybernetics/update-idea
...
jetbrains.idea-{community,ultimate}: 2021.3.2 → 2022.1
2022-04-14 09:15:58 -04:00
AndersonTorres
fdf314ecc7
elpa-generated.nix manual fixup
2022-04-14 10:05:14 -03:00
AndersonTorres
04205fa170
elpa-packages 2022-04-14
2022-04-14 10:05:14 -03:00
AndersonTorres
243a9656cc
melpa-packages 2022-04-14
2022-04-14 10:05:14 -03:00
AndersonTorres
e974d301c7
nongnu-packages 2022-04-14
2022-04-14 10:05:14 -03:00
AndersonTorres
1f29a38fd2
emacs.pkgs.cedet: remove
...
Broken and no hope to be resurrected.
2022-04-14 10:05:14 -03:00
github-actions[bot]
999a16ca63
Merge staging-next into staging
2022-04-14 12:02:14 +00:00
Bobby Rong
87fb08198b
Merge pull request #168426 from samuela/upkeep-bot/vscode-1.66.2-1649808725
...
vscode: 1.66.1 -> 1.66.2
2022-04-14 19:44:37 +08:00
Mario Rodas
8e46b8ed87
Merge pull request #168449 from samuela/upkeep-bot/vscodium-1.66.2-1649831818
...
vscodium: 1.66.1 -> 1.66.2
2022-04-14 06:43:23 -05:00
Artturi
1690820ab5
Merge pull request #134523 from reedrw/bluej-gsettings-fix
...
bluej: fix gsettings schemas
2022-04-14 11:46:19 +03:00
Vladimír Čunát
d5d94127fd
Merge branch 'staging-next' into staging
...
Minor conflicts; I hope I didn't mess up:
pkgs/development/tools/misc/binutils/default.nix
pkgs/games/openjk/default.nix
2022-04-14 09:53:21 +02:00
Reed
cc222b4fea
bluej: fix gsettings schemas
2022-04-13 23:36:28 +03:00
Pamplemousse
d297965029
vimPlugins.vim-vp4: init at 2021-01-06
2022-04-13 21:36:55 +02:00
Pamplemousse
8c44d65e63
vimPlugins: update
2022-04-13 21:36:55 +02:00
nixpkgs-upkeep-bot
5acc34d95a
vscodium: 1.66.1 -> 1.66.2
2022-04-13 06:36:58 +00:00
nixpkgs-upkeep-bot
db770979f1
vscode: 1.66.1 -> 1.66.2
2022-04-13 00:12:05 +00:00
Daniel Barter
58b94a6eb0
android-studio: fixing gui for tiling window managers
2022-04-12 13:30:40 -07:00
Fabián Heredia Montiel
dadc08be41
jetbrains.idea-{community,ultimate}: 2021.3.2 → 2022.1
...
https://www.jetbrains.com/idea/whatsnew/2022-1/
2022-04-12 10:13:37 -05:00
Sandro
ab1640b19b
Merge pull request #166909 from fedeinthemix/wolfram-engine-2
2022-04-11 13:53:05 +02:00
Artturi
33fbdc22bc
Merge pull request #168029 from r-ryantm/auto-update/cudatext
2022-04-11 14:32:36 +03:00
Federico Beffa
55a070a616
wolfram-for-jupyter-kernel: init at 0.9.2
...
Also, add a script 'wolfram-notebook' to easily start a jupyter
notebook for working with the Wolfram Engine.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-04-11 11:54:09 +02:00
Artturi
a1e37655a7
Merge pull request #168236 from Artturin/lapceupdate
2022-04-11 10:19:27 +03:00
Artturin
17867e6fbc
lapce: 0.0.10 -> 0.0.12
2022-04-11 09:29:25 +03:00
Michiel Boekhoff
fb90972987
androidStudioPackages.{canary,dev}: 2021.3.1.1 -> 2021.3.1.7
2022-04-09 20:24:18 +01:00
Michiel Boekhoff
61069589c2
androidStudioPackages.beta: 2021.2.1.8 -> 2021.2.1.11
2022-04-09 20:23:28 +01:00
Michiel Boekhoff
7a13b86dbd
androidStudioPackages.stable: 2021.1.1.21 -> 2021.1.1.23
2022-04-09 20:22:24 +01:00
R. Ryantm
5e334e3296
cudatext: 1.160.0 -> 1.160.2
2022-04-09 18:53:16 +00:00
github-actions[bot]
01b0aa0bc6
Merge staging-next into staging
2022-04-09 06:01:47 +00:00
Mario Rodas
a468fac1c1
Merge pull request #167790 from samuela/upkeep-bot/vscode-1.66.1-1649376803
...
vscode: 1.66.0 -> 1.66.1
2022-04-08 20:40:13 -05:00
Arjan Schrijver
de77577258
vimPlugins.vim-search-pulse: init at 2017-01-05
2022-04-08 15:18:10 +02:00
R. Ryantm
f79ae01933
vscodium: 1.66.0 -> 1.66.1
2022-04-08 07:37:48 +00:00
nixpkgs-upkeep-bot
af9cad4c94
vscode: 1.66.0 -> 1.66.1
2022-04-08 00:13:23 +00:00
github-actions[bot]
1266a252ca
Merge staging-next into staging
2022-04-08 00:02:53 +00:00
Ryan Mulligan
bc515fe2f7
Merge pull request #167581 from r-ryantm/auto-update/cudatext
...
cudatext: 1.159.2 -> 1.160.0
2022-04-07 13:13:56 -07:00
zowoq
3a70d5dc83
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/compilers/go/2-dev.nix
2022-04-07 22:12:13 +10:00
hadriencaron
79b72e2110
emacs.pkgs.control-lock: Add package ( #166520 )
...
* emacs.pkgs.control-lock: Add package
* emacs.pkgs.control-lock: Address PR comments
2022-04-07 23:09:33 +12:00
R. Ryantm
793543a19b
xedit: 1.2.2 -> 1.2.3
2022-04-07 03:07:52 +00:00
R. Ryantm
f8b62b5b89
cudatext: 1.159.2 -> 1.160.0
2022-04-06 20:26:04 +00:00
github-actions[bot]
a5b67b42a4
Merge staging-next into staging
2022-04-06 06:01:49 +00:00
Bobby Rong
78dfe05f04
Merge pull request #167275 from bobby285271/marker
...
marker: fix build with meson 0.61
2022-04-06 10:28:22 +08:00
github-actions[bot]
3dc8bd98b9
Merge staging-next into staging
2022-04-06 00:02:41 +00:00
Vladimír Čunát
b4729bad3d
Merge #165406 : staging-next 2022-03-23
2022-04-05 20:34:08 +02:00
André Vitor de Lima Matos
0a69aa9f8a
vimPlugins: update
2022-04-05 13:19:22 -03:00
Daniel Thwaites
dd37fc3587
helix: use release tarball to fetch tree-sitter grammars
2022-04-05 08:28:59 -04:00
Daniel Thwaites
fe982a28d0
helix: 0.6.0 -> 22.03
2022-04-05 08:28:59 -04:00
github-actions[bot]
3063a8ea39
Merge staging-next into staging
2022-04-05 12:10:46 +00:00
github-actions[bot]
27a4e52731
Merge master into staging-next
2022-04-05 12:05:41 +00:00
Matthieu Coudron
d396c7d316
Merge pull request #166941 from teto/vim-plugins-toml
2022-04-05 09:33:40 +02:00
github-actions[bot]
ba0cd3c436
Merge staging-next into staging
2022-04-05 06:02:19 +00:00
github-actions[bot]
444daea093
Merge master into staging-next
2022-04-05 06:01:45 +00:00
Bobby Rong
859b7c7d01
marker: fix build with meson 0.61
2022-04-05 12:37:21 +08:00
Martin Weinelt
bf1914e12a
Merge remote-tracking branch 'origin/staging-next' into staging
2022-04-05 04:05:02 +02:00
Anderson Torres
75ae1f3e11
Merge pull request #167112 from r-ryantm/auto-update/poke
...
poke: 2.2 -> 2.3
2022-04-04 21:56:48 -03:00
github-actions[bot]
120925b5cb
Merge master into staging-next
2022-04-05 00:02:06 +00:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
...
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Matt McHenry
e3958c8098
eclipses: 2021-12 -> 2022-03
2022-04-04 21:06:10 +02:00
Martin Weinelt
c6476294e1
Merge remote-tracking branch 'origin/master' into staging-next
2022-04-04 18:40:34 +02:00
R. Ryantm
36a7bc52fb
apostrophe: 2.6.1 -> 2.6.2
2022-04-04 16:32:55 +02:00
github-actions[bot]
17eb9da14b
Merge staging-next into staging
2022-04-04 12:06:26 +00:00
github-actions[bot]
ee8677862d
Merge master into staging-next
2022-04-04 12:01:25 +00:00
R. Ryantm
eefbb7c566
poke: 2.2 -> 2.3
2022-04-04 02:02:14 +00:00
R. Ryantm
9ba99e6270
tiled: 1.8.2 -> 1.8.4
2022-04-03 22:23:46 +00:00
Matthieu Coudron
d525753eac
vimPlugins: update
...
vimPlugins: update
vimPlugins: update
2022-04-03 18:14:14 +02:00
Matthieu Coudron
69daee8243
kakounePlugins: update
2022-04-03 18:14:14 +02:00
Ryan Horiguchi
7bb2feb4fc
vscode-extensions.adpyke.codesnap: init 1.3.4
2022-04-03 15:03:49 +02:00
github-actions[bot]
ffa96ab0c0
Merge staging-next into staging
2022-04-02 18:01:37 +00:00
github-actions[bot]
fc17fe6417
Merge master into staging-next
2022-04-02 18:01:07 +00:00
Alyssa Ross
8ba23e138d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/libraries/zlib/default.nix
pkgs/development/lua-modules/overrides.nix
2022-04-02 16:45:48 +00:00
7c6f434c
8188f10752
Merge pull request #166430 from alyssais/openssl-static-retry
...
treewide: use lib.getLib for OpenSSL libraries
2022-04-02 12:59:55 +00:00
github-actions[bot]
66754ae952
Merge master into staging-next
2022-04-02 12:01:10 +00:00
taku0
8b7daabf5b
mozc: make mozc.el to find mozc_emacs_helper
2022-04-02 17:59:54 +09:00
github-actions[bot]
27e49cc5a4
Merge master into staging-next
2022-04-01 18:01:22 +00:00
Manuel Bärenz
d625c265e3
Merge pull request #166565 from samuela/upkeep-bot/vscodium-1.66.0-1648728823
...
vscodium: 1.65.2 -> 1.66.0
2022-04-01 15:20:25 +02:00
github-actions[bot]
50497647fa
Merge master into staging-next
2022-04-01 12:01:21 +00:00
Robert Hensing
200175a701
config.allowAliases: Define as option
...
This simplifies usages and makes the default value consistent.
In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
Artturi
18f19c2bb8
Merge pull request #166275 from gador/pinegrow-fix-gsettings
2022-04-01 12:27:24 +03:00
Florian Brandes
58b6768280
pinegrow: bugfix for missing gsettings
...
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-04-01 11:00:44 +03:00
github-actions[bot]
5e1c018e60
Merge master into staging-next
2022-04-01 06:01:23 +00:00
Anderson Torres
ffa7483c97
Merge pull request #166375 from r-ryantm/auto-update/poke
...
poke: 2.1 -> 2.2
2022-03-31 21:25:36 -03:00
github-actions[bot]
be4f006d3c
Merge master into staging-next
2022-03-31 18:01:13 +00:00
Ben Siraphob
4c38fcb192
treewide: move cmake into nativeBuildInputs
2022-03-31 12:35:21 -05:00
Ben Siraphob
61776f460f
treewide: remove stdenv from buildInputs
2022-03-31 11:19:30 -05:00
maxine [they]
cd6ae307c5
Merge pull request #166500 from samuela/upkeep-bot/vscode-1.66.0-1648685386
...
vscode: 1.65.2 -> 1.66.0
2022-03-31 17:48:38 +02:00
Matthieu Coudron
e98e3a2365
Merge pull request #166162 from teto/lua-checks-pr
2022-03-31 16:12:07 +02:00
nixpkgs-upkeep-bot
cc6775822f
vscodium: 1.65.2 -> 1.66.0
2022-03-31 12:13:44 +00:00
github-actions[bot]
9aa014c46a
Merge staging-next into staging
2022-03-31 12:02:10 +00:00
Alyssa Ross
ac5a927919
Merge remote-tracking branch 'nixpkgs/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/einops/default.nix
pkgs/development/python-modules/elegy/default.nix
2022-03-31 11:46:46 +00:00
Alyssa Ross
22c23dbb8d
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/google-auth-oauthlib/default.nix
2022-03-31 11:42:24 +00:00
Ben Siraphob
5187709ff7
Merge pull request #166508 from siraben/automake-buildinputs
2022-03-31 03:15:41 -05:00
Martin Weinelt
d0bfb3ccbb
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-31 03:49:37 +02:00
Ben Siraphob
21faf9fc29
treewide: move autoconf, automake to nativeBuildInputs
2022-03-30 20:17:24 -05:00
nixpkgs-upkeep-bot
78a6f5079e
vscode: 1.65.2 -> 1.66.0
2022-03-31 00:09:46 +00:00
Alyssa Ross
fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
...
At some point, I'd like to make another attempt at
71f1f4884b
("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d
. One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries. This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.
This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching. The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.
I started by making the following global replacements:
${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
${openssl.out}/lib -> ${lib.getLib openssl}/lib
Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.
Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.
Then I manually investigated and fixed the following packages:
- pycurl
- citrix-workspace
- ppp
- wraith
- unbound
- gambit
- acl2
I'm reasonably confindent in my fixes for all of them.
For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all. Removing it doesn't make a difference to the output size, the
file list, or the closure.
I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
Ben Siraphob
96ba48cfbc
Merge pull request #166320 from Stunkymonkey/clion-fix
2022-03-30 09:28:48 -05:00
Doron Behar
eb5409461a
neovim: Explain more why tests are disabled
2022-03-30 12:08:06 +03:00
R. Ryantm
6b3b66185d
poke: 2.1 -> 2.2
2022-03-30 06:56:12 +00:00
"Matthieu Coudron"
befae9fcbd
vimPlugins.urlview-nvim: init at 2022-03-29
2022-03-30 00:53:58 +02:00
"Matthieu Coudron"
71f7aca0c2
vimPlugins.pywal-nvim: init at 2022-02-20
2022-03-30 00:53:58 +02:00
Felix Buehler
8d636482f1
jetbrains.clion: fix build
2022-03-30 00:01:08 +02:00
sternenseemann
d66b8dfa96
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-29 21:40:09 +02:00
Doron Behar
f80b906b3a
neovim: cleanup a bit libluv related hacks
...
Remove unneeded cmakeFlags and explain more what is the difference
between lua.pkgs.libluv and lua.pkgs.luv.
2022-03-29 22:16:24 +03:00
Ryan Mulligan
5084a7dd8d
Merge pull request #166234 from r-ryantm/auto-update/bluej
...
bluej: 5.0.2 -> 5.0.3
2022-03-29 10:01:25 -07:00
Martin Weinelt
630d5e1d0d
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-29 18:17:36 +02:00
Ryan Mulligan
bd98e2aa26
Merge pull request #166236 from r-ryantm/auto-update/cudatext
...
cudatext: 1.159.0 -> 1.159.2
2022-03-29 06:05:37 -07:00
R. Ryantm
b2000742e7
cudatext: 1.159.0 -> 1.159.2
2022-03-29 12:31:04 +00:00
github-actions[bot]
5a9b6a3f1a
Merge master into staging-next
2022-03-29 12:06:05 +00:00
R. Ryantm
9fe1eae494
bluej: 5.0.2 -> 5.0.3
2022-03-29 12:05:35 +00:00
Maciej Krüger
827c636b53
Merge pull request #166087 from bobby285271/bless
...
bless: fix build with meson 0.61
2022-03-29 13:55:18 +02:00
Frederik Rietdijk
25c014324b
Merge master into staging-next
2022-03-29 13:25:16 +02:00
Sandro
761bee65a3
Merge pull request #166207 from SuperSandro2000/neovim-remote
2022-03-29 12:31:38 +02:00
7c6f434c
cd8d955620
Merge pull request #164994 from ncfavier/vim-wrapper
...
vim wrapper improvements
2022-03-29 09:50:44 +00:00
Sandro Jäckel
1fff543a34
neovim: remove with lib over entire file
2022-03-29 10:45:23 +02:00
github-actions[bot]
f0248f968f
Merge staging-next into staging
2022-03-29 06:01:53 +00:00
github-actions[bot]
df0f3ba49a
Merge master into staging-next
2022-03-29 06:01:16 +00:00
Bobby Rong
0bc4ac64db
bless: disable tests via mesonFlags
2022-03-29 10:57:01 +08:00
Matthieu Coudron
d3dcc106c8
neovim: revert the linker changes that cause issues on nix
...
some linker flags have been added to support declarative treesitter grammars but the justification is fuzzy and it breaks several stuff on nix see https://github.com/NixOS/nixpkgs/pull/147658
2022-03-29 04:31:47 +02:00
Malo Bourgon
fc3331b522
neovim-remote: add meta.mainProgram ( #166173 )
2022-03-29 04:15:31 +02:00
Jan Tojnar
c8a5db3854
Merge branch 'staging-next' into staging
...
; Conflicts:
; pkgs/tools/archivers/rar/default.nix
2022-03-28 17:56:38 +02:00
Jan Tojnar
997bb5e42c
Merge branch 'master' into staging-next
...
; Conflicts:
; pkgs/development/python-modules/dnspython/default.nix
; pkgs/development/python-modules/googleapis-common-protos/default.nix
2022-03-28 17:55:31 +02:00
Bobby Rong
c75a58bb92
bless: fix build with meson 0.61
...
doc/user/meson.build:73:6: ERROR: Program 'itstool' not found or not executable
2022-03-28 22:31:20 +08:00
Jan Tojnar
d76f600c92
atomEnv: remove libgnome-keyring dependency
...
libgnome-keyring has been deprecated for a long time.
It has been superseded by libsecret, which allows access to not only
GNOME Keyring secret manager but any other service implementing
the Secret Service D-Bus API.
And libsecret is already in the dependencies so presumably it is supported.
2022-03-28 16:25:38 +02:00
Jan Tojnar
9f719ade9c
atomEnv: remove pointless GConf dependency
...
GConf has been unmaintained for ages and Electron removed support for it a while ago:
https://github.com/electron/electron/issues/2727
2022-03-28 16:21:03 +02:00
Mr Hedgehog
8c496e6193
vimPlugins.vim-svelte: init at 2022-02-17
2022-03-28 09:11:35 -04:00
Mr Hedgehog
85f2d57a48
vimPlugins.coc-svelte: init at 2022-03-14
2022-03-28 09:11:34 -04:00
Mr Hedgehog
996863b07e
vimPlugins.coc-tailwindcss: init at 2020-08-19
2022-03-28 09:11:33 -04:00
Mr Hedgehog
c8a5b5aa89
vimPlugins: update
2022-03-28 09:11:27 -04:00
Sandro
866bf33324
Merge pull request #166001 from minijackson/vimplugins-telescope-ui
2022-03-28 14:36:58 +02:00
Sandro
615a0a3593
Merge pull request #164165 from ilya-fedin/vscode-clear-closure
2022-03-28 13:23:55 +02:00
R. Ryantm
71fba1fb0b
vim: 8.2.4350 -> 8.2.4609
2022-03-27 13:14:20 -07:00
"Minijackson"
006d42d8f0
vimPlugins.telescope-ui-select-nvim: init at 2022-03-20
2022-03-27 20:12:07 +02:00
"Minijackson"
9b94bfa168
vimPlugins: resolve github repository redirects
2022-03-27 20:05:08 +02:00
github-actions[bot]
36198fe197
Merge staging-next into staging
2022-03-27 18:01:40 +00:00
github-actions[bot]
e3d20dfaa5
Merge master into staging-next
2022-03-27 18:01:05 +00:00
"Minijackson"
c22627a866
vimPlugins: update
2022-03-27 19:59:14 +02:00
Sandro
a025dff6dd
Merge pull request #165891 from harrisonthorne/add-hotpot-nvim
2022-03-27 16:41:35 +02:00
Sandro
17110807dd
Merge pull request #165686 from gador/update-pinegrow-6.5
2022-03-27 16:15:49 +02:00
Martin Weinelt
d68657af92
Merge remote-tracking branch 'origin/master' into staging-next
2022-03-27 15:54:05 +02:00
Anderson Torres
c10737b3a0
Merge pull request #165904 from AndersonTorres/new-elisp
...
Elisp updates
2022-03-27 10:22:55 -03:00
Sandro
39cb7c0e3e
Merge pull request #165598 from bobby285271/apostrophe
2022-03-27 12:54:44 +02:00
AndersonTorres
e5f4b80b9a
emacs.pkgs.plz: update description
2022-03-26 23:10:10 -03:00
AndersonTorres
73a3119c3d
nongnu-packages.nix: update comment
2022-03-26 23:09:13 -03:00
AndersonTorres
74d67b052c
melpa-packages.nix: update comment
2022-03-26 23:08:58 -03:00
AndersonTorres
18dab4b019
elpa-packages.nix: update comment
2022-03-26 23:08:34 -03:00
AndersonTorres
334d60d7b3
elpa-generated.nix: manual fixup
2022-03-26 23:07:53 -03:00
AndersonTorres
440221f06c
elpa-generated.nix: updated 2022-03-26
2022-03-26 20:01:49 -03:00
AndersonTorres
7ee717161e
recipes-archive-melpa.json: updated 2022-03-26
2022-03-26 20:01:29 -03:00
AndersonTorres
b8f0be76d0
nongnu-generated.nix: updated 2022-03-26
2022-03-26 20:00:33 -03:00
Ben Siraphob
ed863440b8
Merge pull request #163924 from OPNA2608/fix/autoPatchelfHook_isLinux
2022-03-26 16:01:56 -05:00
Vladimír Čunát
a42ca0678b
Merge branch 'master' into staging-next
2022-03-26 09:20:38 +01:00
Jan Tojnar
1e8f2716bc
gnome-builder: 42.rc1 → 42.0
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.rc1...42.0
2022-03-25 15:02:41 +01:00
Jan Tojnar
3c834a10ca
gnome-builder: 42.beta1 → 42.rc1
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.beta1...42.rc1
2022-03-25 15:02:37 +01:00
Jan Tojnar
09c31ed811
gnome-builder: 42.alpha1 → 42.beta1
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/42.alpha1...42.beta1
2022-03-25 15:02:33 +01:00
Jan Tojnar
316d1c2e9a
gnome-builder: 41.3 → 42.alpha1
...
https://gitlab.gnome.org/GNOME/gnome-builder/-/compare/41.3...42.alpha1
2022-03-25 15:01:26 +01:00
github-actions[bot]
a9efb8b792
Merge master into staging-next
2022-03-25 12:01:27 +00:00
Ryan Mulligan
1d425aeca2
Merge pull request #165736 from r-ryantm/auto-update/cudatext
...
cudatext: 1.158.2 -> 1.159.0
2022-03-25 04:33:03 -07:00
Vladimír Čunát
0a8b4eddd2
Merge branch 'master' into staging-next
2022-03-25 10:16:56 +01:00
Ben Siraphob
5e9f61240c
Merge pull request #162096 from Synthetica9/micro-test-expect
2022-03-24 23:23:55 -05:00
R. Ryantm
08353710a9
cudatext: 1.158.2 -> 1.159.0
2022-03-25 04:04:09 +00:00
Ben Siraphob
1cf5591a99
Merge pull request #165303 from Stunkymonkey/treewide-pname-version-18
2022-03-24 22:55:34 -05:00
Naïm Favier
e6ff028cfa
vim_configurable: drop patchelf
...
It doesn't seem to change the RPATH even with all features enabled.
2022-03-25 00:12:19 +01:00
Naïm Favier
0eb92176bf
vim_configurable: don't accept arbitrary arguments
...
This hides potential errors.
2022-03-25 00:12:19 +01:00
Naïm Favier
65a6e2cb0d
vim_configurable: don't rewrap
...
See discussion at 40dea2488f (commitcomment-68982753)
Also remove the patchelf call on gvim since it's a symlink now.
2022-03-25 00:12:19 +01:00
Naïm Favier
7ab1fd262f
vimUtils.makeCustomizable: rewrite to include more things
...
The current wrapper only includes vim, gvim and the man pages
(optionally). This rewrite distinguishes two scenarios, which I expect
cover the majority of use cases:
- standalone mode, when `name != "vim"`, means the user already has a
vim in scope and only wants to add a customized version with a
different name. In this case we only include wrappers for `/bin/*vim`.
- non-standalone mode, when `name == "vim"`, means the user expects a
normal vim package that uses the specified configuration. In this case
we include everything in the original derivation, with wrappers for
all the executables that accept a vimrc.
2022-03-25 00:12:02 +01:00
florian on nixos (Florian Brandes)
6c7720839b
pinegrow: 6.4 -> 6.5
...
also switched to makeWrapper due to library issues
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-24 21:00:09 +01:00
Bobby Rong
255b02ef46
apostrophe: 2.5 -> 2.6.1
...
https://gitlab.gnome.org/World/apostrophe/-/compare/v2.5...v2.6.1
https://gitlab.gnome.org/World/apostrophe/-/blob/v2.6.1/NEWS
2022-03-24 19:18:22 +08:00
Harrison Thorne
ea4a29cac3
vimPlugins.hotpot-nvim: init at 2022-03-23
2022-03-24 00:09:00 -05:00
Felix Buehler
e0476d93fe
treewide: rename name to pname&version
2022-03-23 22:34:54 +01:00
Luz
9e0b2d7288
hexdino: 0.1.0 -> 0.1.1
2022-03-23 22:13:28 +01:00
OPNA2608
d2f268745a
treewide: autoPatchelfHook only on Linux
2022-03-23 21:37:39 +01:00
github-actions[bot]
c80dabe3b1
Merge staging-next into staging
2022-03-23 06:01:55 +00:00
Sandro
7e908a4c0e
Merge pull request #165240 from peri4n/master
2022-03-23 04:30:35 +01:00
github-actions[bot]
e452d308f5
Merge staging-next into staging
2022-03-22 12:02:02 +00:00
adisbladis
a98778998c
Merge pull request #165031 from anpandey/emacspeak
...
emacspeak: Use bundled espeak server instead of espeak-ng
2022-03-22 23:22:46 +12:00
"Fabian Bull"
a1a6472993
vimPlugins: update
2022-03-22 10:00:24 +01:00
github-actions[bot]
c62314becb
Merge staging-next into staging
2022-03-22 06:01:42 +00:00
Sandro
4348e36456
Merge pull request #164248 from Stunkymonkey/treewide-fetchFromGitHub-2
2022-03-22 02:13:45 +01:00
github-actions[bot]
03c279d7ea
Merge staging-next into staging
2022-03-22 00:02:58 +00:00
Austin Butler
85c14e9c0f
vscode-extensions.matklad.rust-analyzer: 0.2.834 -> 0.2.975
2022-03-21 15:32:53 -04:00
Vladimír Čunát
a519740b4c
Merge branch 'staging-next' into staging
2022-03-21 11:57:43 +01:00
Ankit Pandey
23b44464be
emacspeak: Use bundled espeak server instead of espeak-ng
...
Emacspeak comes with its own native speech server which is compiled in
the derivation but never actually used by emacspeak. Instead emacspeak
uses espeak-ng, which echoes every command issued to the server and
won't shut up about tts sync states.
Fix this by setting DTK_PROGRAM to the bundled espeak server.
2022-03-20 15:41:12 -07:00
Ryan Mulligan
1a15d67301
Merge pull request #164904 from r-ryantm/auto-update/cudatext
...
cudatext: 1.156.2 -> 1.158.2
2022-03-20 07:27:58 -07:00
Martin Weinelt
f4f3622cb1
Merge remote-tracking branch 'origin/staging-next' into staging
2022-03-20 00:00:32 +01:00
R. Ryantm
30d50ea29a
cudatext: 1.156.2 -> 1.158.2
2022-03-19 22:37:07 +00:00
Anderson Torres
66daa87ee8
Merge pull request #164822 from AndersonTorres/new-elisp
...
elisp updates
2022-03-19 10:16:47 -03:00
Fabian Affolter
68edc52a7d
Merge pull request #164791 from dtzWill/update/ghostwriter-2.1.2
...
ghostwriter: 2.1.1 -> 2.1.2
2022-03-19 11:57:04 +01:00
AndersonTorres
a77f9113f4
recipe-archives-melpa: updated 2022-03-19
2022-03-19 02:37:23 -03:00
AndersonTorres
2e63f9a6c1
nongnu-generated: updated 2022-03-19
2022-03-19 02:37:02 -03:00
AndersonTorres
32fd7b62f6
elpa-generated: updated 2022-03-19
2022-03-19 02:36:29 -03:00
Malo Bourgon
08e25bd2cc
vimPlugins.vim-colorschemes: add overlay to address hash issue
2022-03-18 12:56:42 -07:00
Will Dietz
b38b985ee3
ghostwriter: 2.1.1 -> 2.1.2
...
https://github.com/wereturtle/ghostwriter/releases/tag/2.1.2
2022-03-18 14:51:13 -05:00
Austin Butler
27a8d53c69
vimPlugins.vim-clap: fix cargoSha256
2022-03-18 10:55:14 -07:00
github-actions[bot]
691557fc47
Merge staging-next into staging
2022-03-18 00:03:09 +00:00
Sandro
6cc306ec23
Merge pull request #163050 from WolfangAukang/cloudformation-linter
2022-03-18 00:01:26 +01:00
github-actions[bot]
2eac3106df
Merge staging-next into staging
2022-03-17 00:02:45 +00:00
Felix Buehler
d1d06e33c6
emacs27Packages: switch to fetchFromGitHub
2022-03-16 23:23:11 +01:00
Sandro
526f424d8b
Merge pull request #162984 from Eliot00/lapce-init
2022-03-16 21:13:40 +01:00
github-actions[bot]
0cd23d8f14
Merge staging-next into staging
2022-03-16 12:01:48 +00:00
Elliot
ceedfe8c21
lapce: init at 0.0.10
...
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Leix b <abone9999@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Leix b <abone9999@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Leix b <abone9999@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Leix b <abone9999@gmail.com>
fix: undefined variables
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/applications/editors/lapce/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
rename patch file
2022-03-16 19:28:46 +08:00
Bobby Rong
ba54abc9be
Merge pull request #164329 from wamserma/vscode-marp
...
vscode-extensions.marp-team.marp-vscode: init at 1.5.0
2022-03-16 16:09:44 +08:00
Bobby Rong
1a8e4b26da
Merge pull request #164326 from wamserma/vscode-snake-trail
...
vscode-extensions.richie5um2.snake-trail: init at 0.6.0
2022-03-16 15:58:55 +08:00
zowoq
6431086967
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/python-modules/symengine/default.nix
2022-03-16 16:03:43 +10:00
Markus S. Wamser
6ec0c7c73d
vscode-extensions.marp-team.marp-vscode: init at 1.5.0
2022-03-15 23:48:58 +01:00
Markus S. Wamser
0d63a942b7
vscode-extensions.richie5um2.snake-trail: init at 0.6.0
2022-03-15 23:07:55 +01:00
Ilya Fedin
188743537d
vscode: don't dump all the commands to a file
...
This is necessary due to cp -r ./* commands that copy this debug file
2022-03-15 19:39:26 +04:00
Vladimír Čunát
f48c1fda6b
Merge branch 'master' into staging-next
...
Conflict in pkgs/development/libraries/libvirt/default.nix
required manual adjustments. The fetched patch is already in src.
I checked that libvirt builds.
2022-03-15 09:52:04 +01:00
Ilya Fedin
8213bd8199
vscode: gtk2 is not a dependency
2022-03-15 00:23:25 +04:00
Ryan Horiguchi
f2bdaba3fd
vscode-extensions.pkief.material-icon-theme: 4.12.1 -> 4.14.1
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
631534d97d
vscode-extensions.redhat.vscode-yaml: 1.3.0 -> 1.5.1
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
58d61dab7b
vscode-extensions.redhat.java: 1.3.0 -> 1.4.0
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
4f2a47bc5e
vscode-extensions.ms-azuretools.vscode-docker: 1.19.0 -> 1.20.0
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
2bf666caaf
vscode-extensions.jock.svg: 1.4.15 -> 1.4.17
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
809af29d7b
vscode-extensions.formulahendry.auto-rename-tag: 0.1.9 -> 0.1.10
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
28a9b17413
vscode-extensions.formulahendry.auto-close-tag: 0.5.13 -> 0.5.14
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
2730e56ed8
vscode-extensions.esbenp.prettier-vscode: 9.2.0 -> 9.3.0
2022-03-14 08:22:11 -07:00
Ryan Horiguchi
f48caecaf3
vscode-extensions.eamodio.gitlens: 12.0.1 -> 12.0.3
2022-03-14 08:22:11 -07:00
Alyssa Ross
864f1413b0
tuxguitar: 1.5.4 -> 1.5.5
...
Fixes: CVE-2020-14940
2022-03-14 12:57:35 +00:00
Alyssa Ross
d7e181ff83
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
pkgs/development/compilers/ocaml/4.12.nix
pkgs/development/python-modules/oci/default.nix
pkgs/tools/admin/bubblewrap/default.nix
2022-03-14 12:33:16 +00:00
github-actions[bot]
38910351b7
Merge master into staging-next
2022-03-13 18:01:01 +00:00
R. Ryantm
7db19e78ff
sigil: 1.9.1 -> 1.9.2
2022-03-13 16:59:52 +00:00
github-actions[bot]
72b55bcbef
Merge master into staging-next
2022-03-13 12:01:10 +00:00
Bobby Rong
a43b43afe0
Merge pull request #163636 from samuela/upkeep-bot/vscode-1.65.2-1646957576
...
vscode: 1.65.1 -> 1.65.2
2022-03-13 14:12:56 +08:00
github-actions[bot]
1630ab9b47
Merge master into staging-next
2022-03-13 06:05:11 +00:00
Ben Siraphob
2e5f3cde8d
Merge pull request #160115 from steinybot/fix/jetbrains-apple-m1
2022-03-12 17:57:19 -08:00
github-actions[bot]
6f7d104254
Merge master into staging-next
2022-03-13 00:02:14 +00:00
Jason Pickens
5497a92786
jetbrains: add support for Apple M1
2022-03-13 12:50:19 +13:00
Sandro
b0e141e3fe
Merge pull request #163666 from samuela/upkeep-bot/vscodium-1.65.2-1647000634
2022-03-12 23:43:39 +01:00
github-actions[bot]
a9a2d9475d
Merge staging-next into staging
2022-03-11 18:01:59 +00:00
github-actions[bot]
7573d7fe79
Merge master into staging-next
2022-03-11 18:01:20 +00:00
Sandro
d45b423d13
Merge pull request #163534 from leungbk/zoxide
2022-03-11 16:34:25 +01:00
nixpkgs-upkeep-bot
f03b1a937e
vscodium: 1.65.1 -> 1.65.2
2022-03-11 12:10:34 +00:00
nixpkgs-upkeep-bot
2a6d639705
vscode: 1.65.1 -> 1.65.2
2022-03-11 00:12:56 +00:00
github-actions[bot]
eaea048b2a
Merge staging-next into staging
2022-03-11 00:02:48 +00:00
github-actions[bot]
a4c1084dad
Merge master into staging-next
2022-03-11 00:02:10 +00:00
adisbladis
81b567d826
Merge pull request #163064 from alyssais/ebuild-mode-1.55
...
emacs.pkgs.ebuild-mode: 1.53 -> 1.55
2022-03-11 09:47:12 +12:00
Brian Leung
aaa77bb67d
vimPlugins: update
2022-03-10 07:57:49 -08:00
Brian Leung
3ae12468e7
vimPlugins.telescope-zoxide: init at 2021-10-21
2022-03-10 07:55:15 -08:00
"Brian Leung"
0ed50dce50
vimPlugins.zoxide-vim: init at 2021-12-10
2022-03-10 07:55:15 -08:00
github-actions[bot]
d41fcfc34e
Merge staging-next into staging
2022-03-10 12:01:50 +00:00
github-actions[bot]
cac809141e
Merge master into staging-next
2022-03-10 12:01:13 +00:00
Bobby Rong
085e8934e4
Merge pull request #163397 from samuela/upkeep-bot/vscode-1.65.1-1646785501
...
vscode: 1.65.0 -> 1.65.1
2022-03-10 17:10:00 +08:00
Bobby Rong
9f3b74b8da
Merge pull request #163438 from samuela/upkeep-bot/vscodium-1.65.1-1646827859
...
vscodium: 1.65.0 -> 1.65.1
2022-03-10 17:09:41 +08:00
"Brian Leung"
b285038ca4
vimPlugins: update
2022-03-09 18:40:40 -08:00
github-actions[bot]
b4fed0cbba
Merge staging-next into staging
2022-03-09 18:05:08 +00:00
github-actions[bot]
d30e2aa8f5
Merge master into staging-next
2022-03-09 18:01:14 +00:00
nixpkgs-upkeep-bot
73d797b751
vscodium: 1.65.0 -> 1.65.1
2022-03-09 12:11:00 +00:00
github-actions[bot]
f6b4a4048a
Merge staging-next into staging
2022-03-09 12:01:59 +00:00
Alyssa Ross
43aa75b313
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
...
Conflicts:
nixos/doc/manual/from_md/release-notes/rl-2205.section.xml
nixos/doc/manual/release-notes/rl-2205.section.md
2022-03-09 11:20:38 +00:00
nixpkgs-upkeep-bot
6befb128a0
vscode: 1.65.0 -> 1.65.1
2022-03-09 00:25:02 +00:00
florian on nixos (Florian Brandes)
6866838d38
pinegrow: 6.3 -> 6.4
...
Signed-off-by: florian on nixos (Florian Brandes) <florian.brandes@posteo.de>
2022-03-08 19:02:01 +01:00
github-actions[bot]
d47f26379a
Merge master into staging-next
2022-03-08 18:01:16 +00:00
Kevin Amado
a782fa14c8
vscode-extensions.daohong-emilio.yash: init at 0.2.8
2022-03-08 09:10:27 -08:00
github-actions[bot]
4a35c77022
Merge master into staging-next
2022-03-08 12:01:21 +00:00
Matthieu Coudron
6f3482f640
update.py: fix for kakoune/luarocks
2022-03-08 10:53:11 +01:00
Bobby Rong
70af51dc76
Merge pull request #161946 from r-ryantm/auto-update/leo-editor
...
leo-editor: 6.5 -> 6.6-b2
2022-03-08 15:14:26 +08:00
github-actions[bot]
600d32b5bf
Merge staging-next into staging
2022-03-08 06:02:00 +00:00
github-actions[bot]
efdf217c54
Merge master into staging-next
2022-03-08 06:01:26 +00:00
R. Ryantm
f22969e855
sigil: 1.9.0 -> 1.9.1
2022-03-08 05:19:10 +00:00
Bobby Rong
25b801cf26
Merge pull request #161294 from maximsmol/maximsmol/just
...
vscode-extensions.skellock.just: init at 2.0.0
2022-03-08 12:00:53 +08:00
maximsmol
83689de77b
vscode-extensions.skellock.just: init at 2.0.0
2022-03-08 10:31:14 +08:00
github-actions[bot]
c15f51235d
Merge staging-next into staging
2022-03-07 12:02:15 +00:00
github-actions[bot]
8e01330277
Merge master into staging-next
2022-03-07 12:01:33 +00:00
Sandro
07ae512bb2
Merge pull request #162882 from asbachb/update/netbeans
2022-03-07 12:10:06 +01:00
github-actions[bot]
f9ccded90d
Merge staging-next into staging
2022-03-07 06:01:59 +00:00
github-actions[bot]
196bab22be
Merge master into staging-next
2022-03-07 06:01:25 +00:00
Alyssa Ross
57acd781a5
emacs.pkgs.ebuild-mode: 1.53 -> 1.55
2022-03-06 21:06:28 +00:00
P. R. d. O
5e2074dddb
vscode-extensions.kddejong.vscode-cfn-lint: init at 0.21.0
2022-03-06 13:14:53 -06:00
P. R. d. O
238c01ad21
vscode-extensions.viktorqvarfordt.vscode-pitch-black-theme: 1.2.4 -> 1.3.0
2022-03-06 12:02:26 -06:00
github-actions[bot]
69e1d85d54
Merge staging-next into staging
2022-03-06 18:01:46 +00:00
github-actions[bot]
68a45fb1f2
Merge master into staging-next
2022-03-06 18:01:10 +00:00
Vladimír Čunát
ac0af42ca8
Merge #161279 : setzer: 0.4.3 -> 0.4.4
2022-03-06 18:27:27 +01:00
github-actions[bot]
6933fb31ab
Merge staging-next into staging
2022-03-06 06:01:40 +00:00
github-actions[bot]
3f8e60728f
Merge master into staging-next
2022-03-06 06:01:06 +00:00
Bobby Rong
6ec0a205db
Merge pull request #162905 from newAM/vsce-latex-workshop
...
vscode-extensions.james-yu.latex-workshop: 8.2.0 -> 8.23.0
2022-03-06 10:22:49 +08:00
Bobby Rong
9d5fe96e06
Merge pull request #162906 from newAM/vsce-gitlens
...
vscode-extensions.eamodio.gitlens: 11.7.0 -> 12.0.1
2022-03-06 10:19:25 +08:00
Alex Martens
386d5b3ee8
vscode-extensions.github.vscode-pull-request-github: 0.35.2022010609 -> 0.37.2022030309
2022-03-05 07:47:08 -08:00
Alex Martens
84eccc0448
vscode-extensions.eamodio.gitlens: 11.7.0 -> 12.0.1
2022-03-05 07:41:31 -08:00
Alex Martens
c914eeeaa7
vscode-extensions.james-yu.latex-workshop: 8.2.0 -> 8.23.0
2022-03-05 07:27:04 -08:00
Benjamin Asbach
f86978a95a
netbeans: 12.6 -> 13
2022-03-05 13:29:24 +01:00