docs: update docs/nix/pkgs-languages-frameworks
This commit is contained in:
parent
b18cebb6b9
commit
eca845547f
|
@ -2,7 +2,7 @@
|
||||||
title: Language/Framework Specific Builders in Nixpkgs
|
title: Language/Framework Specific Builders in Nixpkgs
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2024-06-22T15:04:51.666Z
|
date: 2024-06-29T08:06:32.422Z
|
||||||
tags: nix, nixpkgs
|
tags: nix, nixpkgs
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2024-06-22T15:04:51.666Z
|
dateCreated: 2024-06-22T15:04:51.666Z
|
||||||
|
@ -19,6 +19,7 @@ This is the standard build environment, providing amongst others the default C(+
|
||||||
Resources:
|
Resources:
|
||||||
|
|
||||||
- [Nipkgs manual](https://nixos.org/manual/nixpkgs/stable/#part-stdenv)
|
- [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
|
## Hooks
|
||||||
|
|
||||||
|
@ -27,6 +28,7 @@ Hooks augment the stdenv phases (see ["The Standard Environment"](#the-standard-
|
||||||
Resources:
|
Resources:
|
||||||
|
|
||||||
- [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#chap-hooks)
|
- [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
|
## Languages / Frameworks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue