Skip to content

Commit

Permalink
fix nix.dev link
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Jun 26, 2024
1 parent e546f12 commit 4896203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/dont-use-import/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ If your answer is 1 or 2, then you may be out of luck, but the amount of files y

Otherwise: use the module system! If you are planning on making some big nix repo, don't hesitate to instantiate the module system to reap from its benefits. Not only you will be able to merge multiple files on a project, but add type-checking through module options, and provide a user interface with good error reporting the user of your project.

To instantiate the module system, all you need is to get a nixpkgs' lib instance, and you are pretty much ready to declare your own modules. More information can be read in https://nix.dev/tutorials/module-system/module-system.html#evaluating-modules .
To instantiate the module system, all you need is to get a nixpkgs' lib instance, and you are pretty much ready to declare your own modules. More information can be read at [https://nix.dev/tutorials/module-system](https://nix.dev/tutorials/module-system).


0 comments on commit 4896203

Please sign in to comment.