Nix
Introductions of Nix
References
Nix reference manual — nix.dev documentation
Welcome to nix.dev — nix.dev documentation
NixOS Wiki
Concepts of Nix
Nix Profiles
とりあえず何かインストールして試してみたいときは nix-shell を使ってみれば良い
Ad hoc shell environments — nix.dev documentation
Nix has two user mode(single and multiple). On mac, nix doesn't support single-user mode.
How to upgrade nix itself?
Current version
code:shell
nix --version
Preface - Nix Pills
NixOS Series 1: Why I fell in love - Lan Tian @ Blog
NixOS & Flakes Book | Home Page
HERP における Nix 活用 - blog.ryota-ka.me
Using Nix with Dockerfiles – Mitchell Hashimoto
What Is Nix - Shopify
Scrive Nix Workshop - Scrive Nix Workshop
Modules
nixOS#67a035628f8ec70000f2901f
Clean up nix store
Cleaning the Nix Store — NixOS Manual documentation
違いがわからない
code:shell
nix-store --gc
nix-collect-garbage
nix store gc
Update nix itself
The way of updating Nix is depend on how you install nix.
Upgrading Nix - Nix Reference Manual