Added nix flake (#16)
This commit is contained in:
parent
12eeedc63f
commit
674138f2ae
15 changed files with 1519 additions and 1830 deletions
17
.gitignore
vendored
17
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue