Added nix flake (#16)

This commit is contained in:
Alejandro Angulo 2023-08-17 20:22:40 -07:00 committed by GitHub
parent 12eeedc63f
commit 674138f2ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 1519 additions and 1830 deletions

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2