From e671e45e86aece7e44e19307fa20e0c8b36ce7ad Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 22 Feb 2024 00:24:47 +0800 Subject: [PATCH] feat: add Eelco Dolstra's thesis - The Purely Functional Software Deployment Model --- docs/advanced-topics/index.md | 1 + docs/zh/advanced-topics/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/advanced-topics/index.md b/docs/advanced-topics/index.md index f963211..00f8aa8 100644 --- a/docs/advanced-topics/index.md +++ b/docs/advanced-topics/index.md @@ -10,6 +10,7 @@ Once you have become familiar with NixOS, you can explore advanced topics and di ## Documentation and Videos +- [Eelco Dolstra - The Purely Functional Software Deployment Model - 2006](https://edolstra.github.io/pubs/phd-thesis.pdf): Eelco Dolstra's seminal PhD thesis about the Nix package manager, - [Nix Reference Manual](https://nixos.org/manual/nix/stable/package-management/profiles.html): A comprehensive guide to the Nix package manager, covering its design and usage from the command line. - [nixpkgs Manual](https://nixos.org/manual/nixpkgs/unstable/): The manual for nixpkgs, which introduces its parameters, explains how to use, modify, and package Nix packages. - [NixOS Manual](https://nixos.org/manual/nixos/unstable/): A user manual for NixOS, providing configuration instructions for system-level components such as Wayland/X11 and GPU. diff --git a/docs/zh/advanced-topics/index.md b/docs/zh/advanced-topics/index.md index e18eeea..dddcce5 100644 --- a/docs/zh/advanced-topics/index.md +++ b/docs/zh/advanced-topics/index.md @@ -16,6 +16,7 @@ 逐渐熟悉 Nix 这一套工具链后,可以进一步读一读 Nix 的三本手册以及其他社区文档,挖掘更多的玩法: +- [Eelco Dolstra - The Purely Functional Software Deployment Model - 2006](https://edolstra.github.io/pubs/phd-thesis.pdf): Eelco Dolstra 开创性的博士论文,介绍了 Nix 包管理器的设计思想。 - [Nix Reference Manual](https://nixos.org/manual/nix/stable/package-management/profiles.html): Nix 包管理器使用手册,主要包含 Nix 包管理器的设计、命令行使用说明。 - [nixpkgs Manual](https://nixos.org/manual/nixpkgs/unstable/): 主要介绍 Nixpkgs 的参数、Nix 包的使用、修改、打包方法。 - [NixOS Manual](https://nixos.org/manual/nixos/unstable/): NixOS 系统使用手册,主要包含 Wayland/X11, GPU 等系统级别的配置说明。