From 147249d7925f6de6666a18d7f93e992978a34f4d Mon Sep 17 00:00:00 2001 From: Ranomier Date: Thu, 19 Jun 2025 18:47:39 +0000 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 837d683..9a82a80 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ This whole folder is for the most part just a system to clean up importing - Should never import anything from parent directories - Can import things from the child directories - The [importers](system_profiles/importers) directory: - - Should only import things outside (above/parent) of the `system_profiles` directories. + - Should only import things outside (above/parent) of the [system_profiles](system_profiles) directories. - Probably only from the module directory or maybe a future nix-modules directory, this rule is not set in stone yet - Should **not** import anything outside of this repository