Update readme.md
This commit is contained in:
parent
772d8b423f
commit
24dc815520
1 changed files with 10 additions and 10 deletions
20
readme.md
20
readme.md
|
@ -11,13 +11,13 @@ This whole folder is for the most part just a system to clean up importing
|
||||||
- Files in the `system_profiles` directory:
|
- Files in the `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` directory:
|
- The `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` directory:
|
- The `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
|
||||||
- Should set only basic "system" settings
|
- Should set only basic "system" settings
|
||||||
("system" is not well defined)
|
("system" is not well defined)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue