Inspecting Nix Lambda Function Arguments
Learn how to discover what arguments a Nix function expects using builtins.functionArgs and understand how callPackage works under the hood.
Configuring Aspell with Custom Dictionaries in Nix
Set up aspell with custom dictionaries for development environments using Nix user-level configuration and aspellWithDicts function.
Tips & Tricks for systemd and journald on NixOS
Essential commands, configuration patterns, and logging strategies for managing systemd services and journald on NixOS systems
Understanding Nix if-then-else Expressions, Why There's No elseif and How to Work Around It
Learn why Nix uses if-then-else expressions instead of if-elseif-else statements, and discover practical patterns for handling multiple conditions in expression-based languages.
Master Nix Fundamentals Through Practical Examples
Learn Nix expression language basics with hands-on examples covering data types, functions, and common operations. Perfect for developers ready to move beyond theory.
NixOS Configuration Examples for Modern Systems
Learn NixOS configuration through practical examples covering system setup, modules, and option management. Updated for current NixOS versions and best practices.