mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-01 01:27:17 +00:00
23 lines
612 B
Plaintext
23 lines
612 B
Plaintext
|
@startuml
|
||
|
|
||
|
left to right direction
|
||
|
|
||
|
title repositories and flake inputs relations diagram
|
||
|
|
||
|
cloud nixpkgs as nixpkgs_transit
|
||
|
control "<font:monospaced><size:15>nixos-rebuild" as nixos_rebuild
|
||
|
component "SelfPrivacy\nAPI app" as selfprivacy_app
|
||
|
component "SelfPrivacy\nNixOS configuration" as nixos_configuration
|
||
|
|
||
|
note top of nixos_configuration : SelfPrivacy\nAPI service module
|
||
|
|
||
|
nixos_configuration ).. nixpkgs_transit
|
||
|
nixpkgs_transit ..> selfprivacy_app
|
||
|
selfprivacy_app --> nixos_configuration
|
||
|
[nixpkgs] --> nixos_configuration
|
||
|
nixos_configuration -> nixos_rebuild
|
||
|
|
||
|
footer %date("yyyy-MM-dd'T'HH:mmZ")
|
||
|
|
||
|
@enduml
|