Update readme.md

This commit is contained in:
Ranomier 2025-06-19 18:47:01 +00:00
parent e85c97f26c
commit 78c1c4dc4e

View file

@ -9,13 +9,13 @@
This whole folder is for the most part just a system to clean up importing This whole folder is for the most part just a system to clean up importing
- Files in the [system_profiles](system_profiles) directory: - Files in the [system_profiles](system_profiles) directory:
- should never import anything from parent directories - Should never import anything from parent directories
- can import things from the child directories - Can import things from the child directories
- The [importers](system_profiles/importers) directory: - 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` directories.
- Probably only from the module directory or maybe a future nix-modules directory, - Probably only from the module directory or maybe a future nix-modules directory,
this rule is not set in stone yet 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: - The [components](system_profiles/components) directory:
- Should never import anything from this repository - Should never import anything from this repository
- It can import things from nixpkgs - It can import things from nixpkgs