Commit Graph

493 Commits

Author SHA1 Message Date
7c6f434c
4ab73fc71f
luaprompt: install man page (#354424) 2024-11-15 07:09:44 +00:00
Austin Horstman
3a95c9806a
luaPackages: update on 2024-11-13 2024-11-13 12:12:44 -06:00
Marc Jakobi
73e03e065e luaPackages.toml-edit: 0.6.0 -> 0.6.1 2024-11-09 23:21:35 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks (#354215) 2024-11-09 12:57:37 +00:00
Michael Adler
7f886ba9db luaprompt: install man page 2024-11-08 09:58:08 +01:00
aleksana
b74fdd2386 treewide: remove redundant patches and locks
These files are no longer referenced.
2024-11-08 12:54:15 +08:00
Marc Jakobi
d030cd7bd2 luaPackages.toml-edit: 0.5.0 -> 0.6.0 2024-11-07 00:14:14 +01:00
Birdee
137f372945
vimPlugins.lze: 0.1.4 -> 0.4.4 (#353109) 2024-11-04 19:01:23 +01:00
Masum Reza
0209058910
vimPlugins.lze: 0.1.3 -> 0.1.4 (#351963) 2024-10-29 10:10:57 +05:30
BirdeeHub
4d3da07901 vimPlugins.lze: 0.1.3 -> 0.1.4 2024-10-28 12:19:01 -07:00
Masum Reza
15cfe19152
vimPlugins.lze: 0.1.1 -> 0.1.3 (#351027) 2024-10-28 23:25:32 +05:30
Austin Horstman
5791ef1dba
luaPackages: update on 2024-10-28 2024-10-28 12:31:13 -05:00
arcnmx
77ae4529c0 luaPackages.luadbi-postgresql: fix build
requires postgresql dev input
2024-10-26 09:02:46 -07:00
BirdeeHub
b877cbe89a vimPlugins.lze: 0.1.1 -> 0.1.3 2024-10-24 16:55:11 -07:00
Marc Jakobi
49863997c8 luaPackages.toml-edit: 0.4.1 -> 0.5.0 2024-10-24 20:00:26 +02:00
Austin Horstman
fb13b724b2
luaPackages: update on 2024-10-24 2024-10-23 23:17:01 -05:00
Austin Horstman
5ed39e7356
luaPackages: update on 2024-10-22 2024-10-23 23:17:01 -05:00
Marc Jakobi
4d70507924 luaPackages.lz-n: 2.8.0 -> 2.8.1 2024-10-15 18:15:15 +02:00
Franz Pletz
ae8c1e57f7
treewide: use mirror urls (#347454) 2024-10-10 13:05:23 +02:00
Peder Bergebakken Sundt
3b5c13b40f lua54Packages.cqueues: use mirror url 2024-10-09 12:04:03 +02:00
Austin Horstman
e8200a3850 luaPackages: update on 2024-10-07 2024-10-08 16:20:46 +02:00
Austin Horstman
2a6764d513 luaPackages.dkjson: revert hash change 2024-10-01 23:30:43 +02:00
Austin Horstman
e277415cfe luaPackages: update on 2024-09-30 2024-10-01 17:08:30 +02:00
Gaetan Lepage
365046188f luaPackages.neorg: remove forgotten debug 2024-09-29 19:41:39 +02:00
Austin Horstman
fe866c653c luaPackages.neotest: disable checks on darwin 2024-09-25 22:32:29 +02:00
Austin Horstman
c25250c471 luaPackages: update on 2024-09-24 2024-09-25 22:32:29 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Gaetan Lepage
b4cde4d7f1 luaPackages.neorg: init at 9.1.1-1
Co-authored-by: Austin Horstman <khaneliman12@gmail.com>
2024-09-24 10:06:58 +02:00
Austin Horstman
6c9ef1b934
luaPackages.sqlite: disable checks on darwin 2024-09-20 07:58:48 -05:00
Austin Horstman
3b5bf0c075
luaPackages: update on 2024-09-16 2024-09-17 19:01:15 -05:00
Gaétan Lepage
c6e077b0b2
vimPlugins.lze: init at 0.1.1 (#339387) 2024-09-14 20:32:40 +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
Marc Jakobi
8420ab868c luaPackages.lua-resty-openidc: 1.7.6 -> 1.8.0 2024-09-13 20:44:26 +02:00
PerchunPak
b19131c832
luaModules.neotest: enable checks and fix 2024-09-11 12:35:34 -05:00
Austin Horstman
22b4614665
luaModules.sqlite: fix checks 2024-09-11 12:35:34 -05:00
Gutyina Gergő
341610082b
vimPlugins.lsp-progress-nvim: init at 1.0.13-1 2024-09-01 15:24:33 +02:00
Gutyina Gergő
be3e301b9a
luaPackages.lsp-progress-nvim: init at 1.0.13-1 2024-09-01 15:23:16 +02:00
Marc Jakobi
3d0ae8c633 luaPackages.lz-n: 2.2.0 -> 2.5.2 2024-08-28 21:38:47 +02:00
Matthieu C.
5f3faeb529 luarocks-packages-updater: move to by-name 2024-08-25 18:12:18 +02:00
Gaétan Lepage
15790e1877
Merge pull request #336719 from mrcjkb/push-pmzuqroworqt
luaPackages.lz.n: 2.0.0 -> 2.2.0
2024-08-24 22:41:17 +02:00
Gaétan Lepage
21f1d1a412
Merge pull request #336645 from mrcjkb/push-rltnztktvoxt
luaPackages.tree-sitter-norg: update + unbreak on darwin
2024-08-23 13:18:57 +02:00
Marc Jakobi
b45eb82718 luaPackages.rtp-nvim: enable tests 2024-08-23 12:42:29 +02:00
Marc Jakobi
c2034b9495 luaPackages.rtp-nvim: 1.0.0 -> 1.1.0 2024-08-23 12:42:29 +02:00
Marc Jakobi
3fa807ef33 vimPlugins.lzn-auto-require: init at 0.1.0 2024-08-23 12:16:32 +02:00
Marc Jakobi
7a40882888 luaPackages.lz.n: 2.0.0 -> 2.2.0 2024-08-23 10:00:21 +02:00
Marc Jakobi
25628691a0 luaPackages.tree-sitter-norg: update + unbreak on darwin 2024-08-23 09:33:10 +02:00
Marc Jakobi
d2f3b99a6b luaPackages.lz.n: 1.4.4 -> 2.0.0 2024-08-21 00:05:03 +02:00
Philip Taron
eded5c3275
luaPackages: remove with sstatement in overrides 2024-08-18 06:31:16 -07:00
Philip Taron
8526be06d2
luaPackages.requiredLuaModules: remove with lib statement 2024-08-18 06:31:16 -07:00
Marc Jakobi
a568ab0ccb luaPackages.luarocks-build-treesitter-parser-cpp: 1.0.0 -> 2.0.0 2024-08-14 19:16:14 +02:00
Gaetan Lepage
0c2db3c06f luaPackages.dkjson: fix hashes 2024-08-11 00:40:28 +02:00
Marc Jakobi
064ef15077 luaPackages.luarocks-build-treesitter-parser-cpp: init at 1.0.0 2024-08-09 18:23:02 +02:00
Gaetan Lepage
5e5431ead3 luaPackages.lua-rtoml: mark as broken on Darwin 2024-08-09 13:23:19 +02:00
Gaetan Lepage
36d2ddb27b luaPackages.fennel: remove explicit installation of the man page
Not needed I guess...
2024-08-09 13:11:35 +02:00
Gaetan Lepage
4a4afe2d46 luaPackages: update on 2024-08-07 2024-08-09 13:11:35 +02:00
Marc Jakobi
72beb6b066 luaPackages.lz-n: 1.4.3 -> 1.4.4 2024-08-09 12:56:15 +02:00
Sigmanificient
63d05d989e pkgs/development: remove unused arguments 2024-08-03 17:18:20 +02:00
Marc Jakobi
61e2966413 luaPackages.llscheck: init at 0.5.0-1 2024-07-28 15:10:37 +02:00
github-actions[bot]
614efe64e8
Merge master into staging-next 2024-07-27 12:01:12 +00:00
Marc Jakobi
e42fd4b979 luaPackages.haskell-tools.nvim: 3.1.10 -> 4.0.0 2024-07-26 22:47:04 +02:00
Martin Weinelt
93f4195fe0
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/applications/graphics/seamly2d/default.nix
2024-07-26 18:05:04 +02:00
Marc Jakobi
c9b408ea5d
luaPackages.rustaceanvim: 4.25.1 -> 5.0.0 (#330157)
* luaPackages.rustaceanvim: 4.25.1 -> 5.0.0

* luaPackages.rustaceanvim: enable checks

* vimPlugins.rustaceanvim: move to overrides
2024-07-26 15:31:48 +02:00
Artturin
60e9cffe2c Merge branch 'master' into staging-next 2024-07-22 22:53:31 +03:00
Marc Jakobi
d79df17530 luaPackages.lz-n: 1.4.2-1 -> 1.4.3-1 2024-07-22 19:14:47 +02:00
Artturin
a516ea8c99 Merge branch 'staging-next' into staging 2024-07-16 19:07:48 +03:00
Matthieu C.
35e972e3a4 vimPluginsUpdater: make development easier
`nix develop .#vimPluginsUpdater` now lets you enter a shell where you
can run `pkgs/applications/editors/vim/plugins/update.py` and
iteratively develop !

- removed `warn` warning from python by using `warning` instead
- `plugin2nix` was calling the same bit of code over and over thus
  slowing down the generator by a lot
2024-07-15 10:31:28 +02:00
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02:00
Matthieu C.
29cc0b4a6b generateLuarocksConfig: dont generate rocks_subdir by default
Goal is to make generateLuarocksConfig appropriate in more scenarios, in my case, to generate rocks.nvim luarocks config

We override the luarocks default for rocks_subdir to avoid conflicts when creating lua environments but it is not appropriate for other scenarios
so let's not default to it in the "lib" function.
2024-07-10 23:08:40 +02:00
Marc Jakobi
eed9fc902e luaPackages.busted-htest: init at 1.0.0-1 2024-07-08 22:08:14 +02:00
github-actions[bot]
4bba3c5730
Merge master into staging-next 2024-07-05 12:01:14 +00:00
Matthieu C.
8a0c6be458 generateLuarocksConfig: dont hardcode local_cache
I tried using luaLib.generateLuarocksConfig outside nixpkgs, to generate a rocks.nvim config but it adds a `local_cache = ""` configuration line that is painful to remove so let's not add it in the first place, and let the caller set it if needed.
2024-07-05 13:32:47 +02:00
Alyssa Ross
629d1dc03e
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/lua-modules/generated-packages.nix
2024-07-01 14:34:32 +02:00
Martin Weinelt
9b79a05ae1
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/flexcache/default.nix
- pkgs/development/python-modules/flexparser/default.nix
- pkgs/development/python-modules/odp-amsterdam/default.nix
- pkgs/development/python-modules/pint/default.nix
- pkgs/development/python-modules/uncertainties/default.nix
- pkgs/top-level/python-packages.nix
2024-07-01 01:07:21 +02:00
Matthieu C.
f560e20cb6 luaPackages.dkjson: fix hash manually 2024-06-30 21:35:37 +02:00
Matthieu C.
8ead224a2b luaPackages.lua-zlib: fix meta 2024-06-30 21:35:37 +02:00
Matthieu C.
4462ffb96b luaPackages.lua-resty-jwt: mark as broken 2024-06-30 21:35:37 +02:00
Matthieu C.
9230038858 luaPackages.toml: remove
build often breaks and we dont use it in nixpkgs anymore. It was introduced for rocks.nvim which now uses toml-edit
2024-06-30 21:35:33 +02:00
"teto sse"
293cbbb947 luaPackages: update on 2024-06-24 2024-06-30 21:21:54 +02:00
Marc Jakobi
2197d6e256 luaPackages.lz-n: 1.3.2-1 -> 1.4.2-1 2024-06-30 00:47:32 +02:00
Martin Weinelt
2096642430
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/os-specific/windows/mingw-w64/default.nix
2024-06-23 19:09:00 +02:00
Marc Jakobi
d5bf1b6a3b luaPackages.lz-n: 1.3.0-1 -> 1.3.2-1 2024-06-22 17:23:40 +02:00
github-actions[bot]
c6707a9686
Merge staging-next into staging 2024-06-21 12:01:53 +00:00
Marc Jakobi
44fd040e87 luaPackages.nlua 0.1.0-1 -> 0.2.0-1 2024-06-21 10:07:20 +02:00
Martin Weinelt
f822b2ba5c Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/development/python-modules/langsmith/default.nix
- pkgs/development/python-modules/rich-pixels/default.nix
- pkgs/servers/teleport/generic.nix
2024-06-18 20:16:19 +02:00
Marc Jakobi
7d329d1a9e luaPackages.lz-n: enable checks for lua 5.1 2024-06-18 18:56:42 +02:00
Marc Jakobi
1ddd48bc0c luaPackages.lz-n: 1.2.2-1 -> 1.3.0-1 2024-06-18 18:56:42 +02:00
Marc Jakobi
8655bf7636 luaPackages.lz-n: init at 1.2.2-1 2024-06-16 18:59:06 +02:00
github-actions[bot]
aacd9cf894
Merge staging-next into staging 2024-06-13 00:02:48 +00:00
Wu, Zhenyu
6c02cec283 ansicolor: init at 1.0.2 2024-06-12 23:56:32 +02:00
Marc Jakobi
294f7a767f luaPackages.luarocks 3.11.0 -> 3.11.1 2024-06-12 14:33:40 +02:00
github-actions[bot]
aaf691124c
Merge staging-next into staging 2024-06-11 18:01:49 +00:00
Gaetan Lepage
1032df05d0 luaPackages.neotest: disable tests on darwin 2024-06-11 18:23:15 +02:00
github-actions[bot]
e5f5ec1e9c
Merge staging-next into staging 2024-06-10 12:01:42 +00:00
Wu, Zhenyu
9b4b3c2959 luaprompt: init at 0.8
Fix #223852
2024-06-10 13:40:08 +02:00
github-actions[bot]
c8c2ff3b9b
Merge staging-next into staging 2024-06-10 00:02:49 +00:00
Matthieu C.
c7b821ba2e luaPackages.neotest: enable tests 2024-06-10 01:14:39 +02:00
github-actions[bot]
1e902c10ad
Merge staging-next into staging 2024-06-03 12:01:54 +00:00
Stanislav Asunkin
a394cdd7d2 luaPackages.luv: 1.44.2-1 -> 1.48.0-2 2024-06-01 19:59:57 +02:00
Matthieu C.
2ea757a029 luaPackages.luarocks: generate luarocks as well
When installing a lua package that depends on luarocks, luarocks was not
capable of recognizing the luarocks module: https://github.com/NixOS/nixpkgs/issues/316009 .

As explained here https://github.com/luarocks/luarocks/issues/1659,
luarocks needs a manifest to recognize the package.
I first attempted to generate a manifest with `luarocks-admin
make-manifest` on our current manual luarocks derivation but this ended
up being too hackish as the `make-manifest` requires a .rockspec or
.rock to work, which we had not.

It seemed simpled to just rename the current manual luarocks derivation to luarocks_bootstrap
in order to break cyclic dependencies in buildLuarocksPackage and add a
generated luarocks derivation. Previously it was impossible to test
luarocks because of the cyclic dependency but we will now be able to
test the generated derivation.
2024-05-31 19:59:29 +02:00
Matthieu C.
7243d0943a luaPackages.sqlite: make it work out of the box
the tests worked because we exported LIBSQLITE. the user had to either set LIBSQLITE himself or set vim.g.sqlite_clib_path. This change overrides vim.g.sqlite_clib_path
2024-05-30 15:12:20 +02:00