mirror of
https://github.com/ryan4yin/nixos-and-flakes-book
synced 2024-11-30 07:50:34 +00:00
23 lines
872 B
Markdown
23 lines
872 B
Markdown
# Packging 101
|
|
|
|
> WIP work in progress
|
|
|
|
TODO
|
|
|
|
## 1. stdenv
|
|
|
|
TODO
|
|
|
|
## 2. language specific frameworks
|
|
|
|
TODO
|
|
|
|
## References
|
|
|
|
- [NixOS Series 3: Software Packaging 101 - LanTian](https://lantian.pub/en/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
|