From 78c1c4dc4efc27736e975379938101cad386bdc4 Mon Sep 17 00:00:00 2001 From: Ranomier Date: Thu, 19 Jun 2025 18:47:01 +0000 Subject: [PATCH] Update readme.md --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 0871481..837d683 100644 --- a/readme.md +++ b/readme.md @@ -9,13 +9,13 @@ This whole folder is for the most part just a system to clean up importing - Files in the [system_profiles](system_profiles) directory: - - should never import anything from parent directories - - can import things from the child directories + - 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. - 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 + - Should **not** import anything outside of this repository - The [components](system_profiles/components) directory: - Should never import anything from this repository - It can import things from nixpkgs