diff options
author | Ben Sima <ben@bsima.me> | 2019-02-25 12:14:36 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-25 12:14:36 -0800 |
commit | d96cd631483e1e4ee66a8f72eb77f06d97eafa90 (patch) | |
tree | 2a47a3e0f3d9728b0830b87030c3e732f52428f3 | |
parent | 5a65c28a23270e07514998c12d97926061b9e006 (diff) |
Update readme docs
-rw-r--r-- | README.md | 20 |
1 files changed, 9 insertions, 11 deletions
@@ -2,17 +2,15 @@ # Source layout - aero browser apps, compiled with ghcjs - apex server-side api stuff, compiled with ghc - bild temporary storage for build artifacts - chip executable scripts in python, bash - depo for deployment, machine-specific nix code - lore shared libraries, compiled with either ghc/js - mode nixos modules; services and modular config - pack nix packages & external packages that we import - soar s3/spaces assets, like images, via git-annex - Makefile instructions for building the artifacts - default.nix contains all the build stuff, combines everything, builds the entire system + aero browser apps, compiled with ghcjs + apex server-side api stuff, compiled with ghc + bild temporary storage for build artifacts + chip executable scripts in python, bash + depo for deployment, machine-specific nix code + lore shared libraries, compiled with either ghc/js + mode nixos modules; services and modular config + pack nix packages & external packages that we import + soar s3/spaces assets, like images, via git-annex This isn't totally in place yet, but it's something to work toward. |