wiki/docs/nix/pkgs-languages-frameworks.md
dfh 9269687c6d
All checks were successful
buildbot/nix-build .#checks.x86_64-linux.formatting Build done.
buildbot/nix-eval Build done.
fix: Markdown formatting of Wiki articles
2024-08-02 23:25:05 +00:00

1.3 KiB

title description published date tags editor dateCreated
Language/Framework Specific Builders in Nixpkgs How to use different languages or frameworks in Nixpkgs/Aux true 2024-08-02T23:15:00.000Z nix, nixpkgs markdown 2024-06-22T15:04:51.666Z

Introduction to Nixpkgs' Language/Framework Specific Builders

This page is an overview of language/framework specific builders in Nixpkgs.

The Standard Environment (pkgs.stdenv)

This is the standard build environment, providing amongst others the default C(++) toolchain.

Resources:

Hooks

Hooks augment the stdenv phases (see "The Standard Environment"), e.g. to build with cmake.

Resources:

Languages / Frameworks

Nixpkgs has various specialised alternatives to mkDerivation, such as buildPythonApplication for python applications, buildRustPackage for rust packages and much more.

Resources: