nixos-and-flakes-book/docs/zh/development/packaging-101.md
2023-07-08 01:44:18 +08:00

19 lines
594 B
Markdown

# Packging
TODO
## 1. stdenv 构建介绍
TODO
## 2. language specific frameworks
TODO
## References
- [NixOS 系列(三):软件打包,从入门到放弃 - LanTian](https://lantian.pub/article/modify-computer/nixos-packaging.lantian/)
- [How to Learn Nix, Part 28: The standard environment](https://ianthehenry.com/posts/how-to-learn-nix/the-standard-environment/)
- [stdenv - Nixpkgs Manual](https://github.com/NixOS/nixpkgs/tree/nixos-unstable/doc/languages-frameworks)
- [languages-frameworks - Nixpkgs Manual](https://github.com/NixOS/nixpkgs/tree/nixos-unstable/doc/stdenv)