summary refs log tree commit diff
path: root/doc/languages-frameworks/lua.section.md
diff options
context:
space:
mode:
authorFlorian Engel <florianengel39@gmail.com>2021-03-14 11:49:35 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2021-03-14 12:15:34 +0100
commit3329093c6aca716761a3d91089d49e5cbb873d77 (patch)
treefd06b573a6ecc82866e9e0974c563bd9636307ec /doc/languages-frameworks/lua.section.md
parenta58bd74aacac6346d7e4a0bf27fe8af36d947476 (diff)
downloadnixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.gz
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.bz2
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.lz
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.xz
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.tar.zst
nixpkgs-3329093c6aca716761a3d91089d49e5cbb873d77.zip
Remove repeating words from doc
Diffstat (limited to 'doc/languages-frameworks/lua.section.md')
-rw-r--r--doc/languages-frameworks/lua.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/lua.section.md b/doc/languages-frameworks/lua.section.md
index d81949c75f6..5935cbd7bd5 100644
--- a/doc/languages-frameworks/lua.section.md
+++ b/doc/languages-frameworks/lua.section.md
@@ -50,7 +50,7 @@ and install it in your profile with
 ```shell
 nix-env -iA nixpkgs.myLuaEnv
 ```
-The environment is is installed by referring to the attribute, and considering
+The environment is installed by referring to the attribute, and considering
 the `nixpkgs` channel was used.
 
 #### Lua environment defined in `/etc/nixos/configuration.nix`
@@ -129,7 +129,7 @@ the whitelist maintainers/scripts/luarocks-packages.csv and updated by running m
 [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).
 The automation only goes so far though and some packages need to be customized.
 These customizations go in `pkgs/development/lua-modules/overrides.nix`.
-For instance if the rockspec defines `external_dependencies`, these need to be manually added in in its rockspec file then it won't work.
+For instance if the rockspec defines `external_dependencies`, these need to be manually added in its rockspec file then it won't work.
 
 You can try converting luarocks packages to nix packages with the command `nix-shell -p luarocks-nix` and then `luarocks nix PKG_NAME`.
 Nix rely on luarocks to install lua packages, basically it runs: