docs: update docs/nix/pkgs-tools-reference

This commit is contained in:
Florian Warzecha 2024-06-29 14:50:43 +00:00 committed by Auxolotl Wiki
parent 0c9314f0ea
commit 89ff1bb614

View file

@ -2,7 +2,7 @@
title: Nixpkgs Tools
description: An overview of the various functions unrelated to building source code available in Nixpkgs.
published: true
date: 2024-06-22T16:41:59.925Z
date: 2024-06-29T14:50:41.540Z
tags: nix, nixpkgs
editor: markdown
dateCreated: 2024-06-22T16:41:59.925Z
@ -70,6 +70,7 @@ Derivation builders for testing various properties of other derivations.
Resources:
- [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#chap-testers)
- [nix.dev Tutorial: Integration testing with NixOS virtual machines](https://nix.dev/tutorials/nixos/integration-testing-using-virtual-machines)
## `fakeNss`
@ -102,6 +103,10 @@ A set of functions to create, modify, import or export docker images.
Resources:
- [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-dockerTools)
- [Xe Iaso's Talk: Nix is a better Docker image builder than Docker's image builder (Transcript & Recording)](https://xeiaso.net/talks/2024/nix-docker-build/)
- [nix.dev Tutorial: Building and running Docker images)](https://nix.dev/tutorials/nixos/building-and-running-docker-images.html)
- [Xe Iaso's Blog Post: Nix Flakes: Packages and How to Use Them](https://xeiaso.net/blog/nix-flakes-2-2022-02-27/)
## Build OCI Containers (`pkgs.ociTools`)
@ -118,6 +123,7 @@ A function to create [systemd's Portable Services](https://systemd.io/PORTABLE_S
Resources:
- [Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-portableService)
- [Xe Iaso's Blog Post: Nix Flakes: Packages and How to Use Them](https://xeiaso.net/blog/nix-flakes-2-2022-02-27/)
## Build Disk Images (`make-disk-image.nix`)