Unverified Commit 0346c905 authored by Daniel Sidhion's avatar Daniel Sidhion Committed by GitHub
Browse files

Merge pull request #295674 from lolbinarycat/clean-pkg-quickstart

doc: add link to the language frameworks from the pkgs quickstart
parents e3c0bb42 3caacb17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: