mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-29 11:33:12 +01:00
22 lines
887 B
Markdown
22 lines
887 B
Markdown
# Nix 软件打包入门
|
|
|
|
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)
|
|
- Useful tools:
|
|
- [nurl](https://github.com/nix-community/nurl): Generate Nix fetcher calls from repository URLs
|
|
- [nix-init](https://github.com/nix-community/nix-init): Generate Nix packages from URLs with hash prefetching, dependency inference, license detection, and more
|