mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
luarocks-packages.csv: fix unsupported comment + bumped luarocks-nix (#505122)
This commit is contained in:
commit
c5000ad7f2
4 changed files with 780 additions and 204 deletions
|
|
@ -65,7 +65,6 @@ lua-resty-jwt,,,,,,
|
|||
lua-resty-openidc,,,,,,
|
||||
lua-resty-openssl,,,,,,
|
||||
lua-resty-session,,,,,,
|
||||
# we have to set url because luarocks.org lua-rtoml is squatted by another package
|
||||
lua-rtoml,https://raw.githubusercontent.com/lblasc/lua-rtoml/eb89439070c72ccf05efb8576abae7643abab354/lua-rtoml-0.3-0.rockspec,,,,,lblasc
|
||||
lua-subprocess,https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec,,,,5.1,scoder12
|
||||
lua-term,,,,,,
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 68.
|
4
pkgs/development/lua-modules/.editorconfig
Normal file
4
pkgs/development/lua-modules/.editorconfig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[generated-packages.nix]
|
||||
charset = unset
|
||||
indent_style = unset
|
||||
trim_trailing_whitespace = unset
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -8,13 +8,13 @@
|
|||
|
||||
luarocks_bootstrap.overrideAttrs (old: {
|
||||
pname = "luarocks-nix";
|
||||
version = "0-unstable-2024-05-31";
|
||||
version = "nix_v3.5.0-1-unstable-2026-03-31";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nix-community";
|
||||
repo = "luarocks-nix";
|
||||
rev = "9d0440da358eac11afdbef392e2cf3272a8c7101";
|
||||
hash = "sha256-9SC+YQ06u35LN3mPohG7Lz0eLXPsMGKG3mhS+0zSO7Y=";
|
||||
rev = "3a9f4bff6cdda670f866fb9f755d548a714f680a";
|
||||
hash = "sha256-6DLy1scf6K1fWDgrORcd1gtymgxtPwwAMIzMG2Bn1Pw=";
|
||||
};
|
||||
|
||||
propagatedNativeBuildInputs = old.propagatedNativeBuildInputs ++ [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue