docs: update docs/nix/pkgs-languages-frameworks

This commit is contained in:
Florian Warzecha 2024-06-29 08:06:34 +00:00 committed by Auxolotl Wiki
parent b18cebb6b9
commit eca845547f

View file

@ -2,7 +2,7 @@
title: Language/Framework Specific Builders in Nixpkgs
description:
published: true
date: 2024-06-22T15:04:51.666Z
date: 2024-06-29T08:06:32.422Z
tags: nix, nixpkgs
editor: markdown
dateCreated: 2024-06-22T15:04:51.666Z
@ -19,6 +19,7 @@ This is the standard build environment, providing amongst others the default C(+
Resources:
- [Nipkgs manual](https://nixos.org/manual/nixpkgs/stable/#part-stdenv)
- [19th Nix Pill: Fundamentals of Stdenv](https://nixos.org/guides/nix-pills/19-fundamentals-of-stdenv.html)
## Hooks
@ -27,6 +28,7 @@ Hooks augment the stdenv phases (see ["The Standard Environment"](#the-standard-
Resources:
- [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#chap-hooks)
- [20th Nix Pill: Basic Dependencies and Hooks](https://nixos.org/guides/nix-pills/20-basic-dependencies-and-hooks)
## Languages / Frameworks