diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-12-29 18:27:12 +0100 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2022-12-29 18:27:12 +0100 |
commit | 95540260cb40cb5b305af83c7233923d2664c3ba (patch) | |
tree | 4cbde344d476a1125d6a92630a6471f66c44f7df | |
parent | 08c324f1c4a2ae3296af7b2ac2e2fc5a93d4ffa5 (diff) | |
download | nixcfg-95540260cb40cb5b305af83c7233923d2664c3ba.tar.gz nixcfg-95540260cb40cb5b305af83c7233923d2664c3ba.zip |
Fix doc, app/frontend has been merged in app/core
-rw-r--r-- | doc/architecture.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/architecture.md b/doc/architecture.md index 36f3798..7d36643 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -165,10 +165,9 @@ There may be several jobs in the same directory, for instance Stuff should be started in this order: 1. `app/core` -2. `app/frontend` -3. `app/telemetry` -4. `app/garage` -5. `app/directory` +2. `app/telemetry` +3. `app/garage` +4. `app/directory` Then, other stuff can be started in any order, e.g.: |