Add nix flake #6

Merged
antifallobst merged 3 commits from bpeetz/trinitrix:nix-flake into master 2023-07-09 06:30:41 +00:00
2 changed files with 12 additions and 1 deletions
Showing only changes of commit cc602b25ce - Show all commits

7
.envrc Normal file
View File

@ -0,0 +1,7 @@
use flake || use nix
watch_file flake.nix
if on_git_branch; then
echo && git status --short --branch &&
echo && git fetch --verbose
fi

6
.gitignore vendored
View File

@ -1,6 +1,10 @@
target/
userdata/
trinitrix.log
# build
/target
/result
# IDE stuff
.idea
.direnv