From 0e5bc81caeb6188391f39ebeb095231ffda9be53 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 7 Jun 2025 00:07:41 +0300 Subject: [PATCH] blog(nix-iceberg): explain nix2 --- site/blog/2024-04-15-nix-iceberg.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/site/blog/2024-04-15-nix-iceberg.md b/site/blog/2024-04-15-nix-iceberg.md index 86a9d07..2da6348 100644 --- a/site/blog/2024-04-15-nix-iceberg.md +++ b/site/blog/2024-04-15-nix-iceberg.md @@ -910,7 +910,9 @@ Give feedback at https://github.com/NixOS/nix/pull/11121 ## nix2 -TODO +`nix2` is commonly used to refer to `nix-` style commands, such as +`nix-build`, `nix-shell` while `nix3` is used to refer to `nix ` style +commands, such as `nix build`, `nix develop`, and so on. ## `__noChroot`