use Nix devenv to manage project environment

This commit is contained in:
2024-09-09 21:35:00 +08:00
parent 042e5b1aac
commit 61b91e0688
6 changed files with 211 additions and 3 deletions

11
.gitignore vendored Normal file → Executable file
View File

@@ -1,5 +1,6 @@
.idea/
.vscode/
.devenv/
/CFA/sim/work/**
*.wlf
*.mpf
@@ -13,4 +14,12 @@
*.png
!im.tif
*.bmp
*.out
*.out# Devenv
.devenv*
devenv.local.nix
# direnv
.direnv
# pre-commit
.pre-commit-config.yaml