Skip to content

Commit

Permalink
better title
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 16, 2024
1 parent fdb5ee9 commit 9aa8e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/nix-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
order: 3
---

# Understanding Nix modules
# Introduction to Nix modules

Learning to work with the [[modules|module system]] in [[nixpkgs|nixpkgs]] is a big stepping stone to writing easy to maintain and shareable Nix code. We will focus on that in this tutorial -- by understanding how to use `evalModules` from [[nixpkgs|nixpkgs]] to define and use our own modules. The next tutorial in this series will talk about how to do that using `flake-parts` for writing [[flakes|flakes]] and sharing the modules with others flakes.

Expand Down

0 comments on commit 9aa8e48

Please sign in to comment.