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

17
.gitignore vendored
View file

@ -4,14 +4,15 @@
# Deployment config
config/production/deployment.toml
/node_modules
# Hugo build lock
.hugo_build.lock
# yarn
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Nix artifacts
result
# devenv artifacts
.devenv
.pre-commit-config.yaml