Commit Graph

450 Commits

Author SHA1 Message Date
Matthieu Coudron
8ac1f15e2c
teal-language-server: dev-1 -> 0.0.5.1 (#356677) 2024-11-23 14:48:24 +01:00
barsoosayque
3dc8daa6e1 cyan: 0.3.1-2 -> 0.4.0-1 2024-11-23 13:31:22 +07:00
barsoosayque
e6c6a56f64 teal-language-server: dev-1 -> 0.0.5.1
teal-language-server is now out of dev channel
in luarocks
2024-11-23 13:30:20 +07:00
barsoosayque
0967e2f2c5 tl: 0.15.3-1 -> 0.24.1-1
https://github.com/teal-language/tl/blob/v0.24.1/CHANGELOG.md#0241

This update introduced a lock file in tl, which
needs to be removed in order to build the package
2024-11-23 13:28:07 +07:00
barsoosayque
f7b46bfd5f lusc_luv: init at 4.0.1-1 2024-11-23 13:25:04 +07:00
Austin Horstman
3c37561119
luaPackages: update on 2024-11-18 2024-11-18 23:06:31 -06:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
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