Hey, I'm Tobor (also known as ToborWinner). I post here occasionally about my experiences, mostly related to NixOS, Rust, or similar tools. I enjoy logic puzzles, math and coding.Feel free to contact me if you have any questions/comments!
In this chapter of Road to Nix you will be introduced to derivations: one of the most important features of Nix. You will also be introduced to the Nix store and the Nix database.
In this chapter of Road to Nix you will be introduced to the module system, a crucial element in NixOS's inner workings.
In this chapter of Road to Nix you will be introduced to nixpkgs and its library.
In this chapter of Road to Nix you will learn about how Nix uses lazy evaluation to make incredible things possible. You will also develop a mental model for understanding how Nix evaluation happens.