Commit Graph
426 Commits
Author SHA1 Message Date
Marc JakobiandGaétan Lepage 4d70507924 luaPackages.lz-n: 2.8.0 -> 2.8.1 2024-10-15 18:15:15 +02:00
Franz PletzandGitHub 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 HorstmanandGaétan Lepage e8200a3850 luaPackages: update on 2024-10-07 2024-10-08 16:20:46 +02:00
Austin HorstmanandGaétan Lepage 2a6764d513 luaPackages.dkjson: revert hash change 2024-10-01 23:30:43 +02:00
Austin HorstmanandGaétan Lepage e277415cfe luaPackages: update on 2024-09-30 2024-10-01 17:08:30 +02:00
Gaetan LepageandGaétan Lepage 365046188f luaPackages.neorg: remove forgotten debug 2024-09-29 19:41:39 +02:00
Austin HorstmanandGaétan Lepage fe866c653c luaPackages.neotest: disable checks on darwin 2024-09-25 22:32:29 +02:00
Austin HorstmanandGaétan Lepage 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
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 LepageandGitHub c6e077b0b2 vimPlugins.lze: init at 0.1.1 (#339387) 2024-09-14 20:32:40 +02:00
BirdeeHubandGaétan Lepage 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 JakobiandMatthieu Coudron 8420ab868c luaPackages.lua-resty-openidc: 1.7.6 -> 1.8.0 2024-09-13 20:44:26 +02:00
PerchunPakandAustin Horstman 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 LepageandGitHub 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 LepageandGitHub 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 JakobiandMatthieu Coudron b45eb82718 luaPackages.rtp-nvim: enable tests 2024-08-23 12:42:29 +02:00
Marc JakobiandMatthieu Coudron c2034b9495 luaPackages.rtp-nvim: 1.0.0 -> 1.1.0 2024-08-23 12:42:29 +02:00
Marc JakobiandMatthieu Coudron 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 JakobiandMatthieu Coudron 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]andGitHub 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 JakobiandGitHub 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 JakobiandMatthieu Coudron 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