about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDaniel Sidhion <DanielSidhion@users.noreply.github.com>2024-03-18 16:12:00 -0700
committerGitHub <noreply@github.com>2024-03-18 16:12:00 -0700
commit0346c9058a9b5eb8dd1e351b3eaf4846d5967475 (patch)
tree99f3b4f4c210f7e003e0e12dc68b1663a6df78eb /pkgs
parente3c0bb42552a77f73ce6a74637b7e53b6d68ef30 (diff)
parent3caacb17e5efa8d73fcbcdf08cf4044cb7e06620 (diff)
Merge pull request #295674 from lolbinarycat/clean-pkg-quickstart
doc: add link to the language frameworks from the pkgs quickstart
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/README.md b/pkgs/README.md
index 87bfeef62f045..f8a79acdbd299 100644
--- a/pkgs/README.md
+++ b/pkgs/README.md
@@ -65,6 +65,8 @@ Now that this is out of the way. To add a package to Nixpkgs:
    $ git add pkgs/by-name/so/some-package/package.nix
    ```
 
+   If the package is written in a language other than C, you should use [the corresponding language framework](https://nixos.org/manual/nixpkgs/stable/#chap-language-support).
+
    You can have a look at the existing Nix expressions under `pkgs/` to see how it’s done, some of which are also using the [category hierarchy](#category-hierarchy).
    Here are some good ones: