From 616ee7af86801b1766970f142e8943b0fc9c6b0a Mon Sep 17 00:00:00 2001 From: Ellyse <141240083+ellyxir@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:18:16 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20superfluous=20=E2=80=9Chas=E2=80=9D=20?= =?UTF-8?q?(#1087)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/tutorials/callpackage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/callpackage.md b/source/tutorials/callpackage.md index fe5823cf9..ca98156cc 100644 --- a/source/tutorials/callpackage.md +++ b/source/tutorials/callpackage.md @@ -186,7 +186,7 @@ $ ./result/bin/hello Hello, folks! ``` -A real-world example is the [`neovim`](https://search.nixos.org/packages?show=neovim) package recipe, which has has overridable arguments such as `extraLuaPackages`, `extraPythonPackages`, or `withRuby`. +A real-world example is the [`neovim`](https://search.nixos.org/packages?show=neovim) package recipe, which has overridable arguments such as `extraLuaPackages`, `extraPythonPackages`, or `withRuby`. Currently these parameters are only discoverable by reading the source code, which can be found by following the link to 📦 Source on [search.nixos.org/packages](https://search.nixos.org/packages). ## Interdependent package sets