From 755961e7a72510d4c7a8b68da25d00b91b32616e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 8 Jul 2023 17:46:46 +0800 Subject: [PATCH] feat: packaging-101 --- docs/development/packaging-101.md | 4 ++++ docs/zh/development/packaging-101.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/development/packaging-101.md b/docs/development/packaging-101.md index 650eabb..9c3b9a7 100644 --- a/docs/development/packaging-101.md +++ b/docs/development/packaging-101.md @@ -15,5 +15,9 @@ 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 diff --git a/docs/zh/development/packaging-101.md b/docs/zh/development/packaging-101.md index 83d0daa..932f527 100644 --- a/docs/zh/development/packaging-101.md +++ b/docs/zh/development/packaging-101.md @@ -16,3 +16,6 @@ TODO - [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