summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.editorconfig3
-rw-r--r--README.md6
2 files changed, 4 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index b306236..0a3faa2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,10 +6,9 @@ insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
-insert_final_newline = true
charset = utf-8
-[*.{hs,py}]
+[*.{hs,rs,py,sh,nix}]
max_line_length = 80
[Makefile]
diff --git a/README.md b/README.md
index c113a4d..f9e3771 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
# Source layout
aero browser apps, compiled with ghcjs
- apex server-side api stuff
+ 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, like networking.nix
- lore shared code, libraries, general code
+ 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