Nix

Creator
Creator
Seonglae Cho
Created
Created
2022 Feb 1 16:37
Editor
Edited
Edited
2025 May 27 22:49

Global
Astral uv

  • Nix stores packages and environments in unique hash paths under /nix/store, ensuring identical builds whenever the inputs are the same.
  • Dependency pinning with Flakes: Uses flake.nix and flake.lock files to pin all project dependencies with cryptographic hashes, making builds reproducible even years later
Nix Notion
 
 
 
Nix Usages
 
 
 
https://www.dgt.is/blog/2025-01-10-nix-death-by-a-thousand-cuts/
 
 
Desktop use of Nix(OS) still isn't recommended for even seasoned Linux users in its current state.

What is Nix

 

Recommendations