about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-10-30 06:12:04 +0100
committerVladimír Čunát <v@cunat.cz>2023-10-30 06:12:04 +0100
commit5c89ba8ab417f95486e2042558fdce218dadf83b (patch)
treefae7ead1edd78a395de199814f9fb0417f201759 /doc
parentffd13c1ba38c08c6f004d6d9a3c10d124febc3b4 (diff)
parent4d32327bb04299bd7596cf98266e926656494b14 (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/lua.section.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/languages-frameworks/lua.section.md b/doc/languages-frameworks/lua.section.md
index c5049326a776f..310ea88a86d55 100644
--- a/doc/languages-frameworks/lua.section.md
+++ b/doc/languages-frameworks/lua.section.md
@@ -134,11 +134,11 @@ The site proposes two types of packages, the `rockspec` and the `src.rock`
 
 Luarocks-based packages are generated in [pkgs/development/lua-modules/generated-packages.nix](https://github.com/NixOS/nixpkgs/tree/master/pkgs/development/lua-modules/generated-packages.nix) from
 the whitelist maintainers/scripts/luarocks-packages.csv and updated by running
-the script
-[maintainers/scripts/update-luarocks-packages](https://github.com/NixOS/nixpkgs/tree/master/maintainers/scripts/update-luarocks-packages):
+the package `luarocks-packages-updater`:
 
 ```sh
-./maintainers/scripts/update-luarocks-packages update
+
+nix-shell -p luarocks-packages-updater --run luarocks-packages-updater
 ```
 
 [luarocks2nix](https://github.com/nix-community/luarocks) is a tool capable of generating nix derivations from both rockspec and src.rock (and favors the src.rock).