Add nix shell and some checks

This commit is contained in:
Jean-François Roche 2023-02-02 00:19:26 +01:00
parent 929da3e3c3
commit 942ed011c9
No known key found for this signature in database
GPG key ID: D1D09DE169EA19A0
7 changed files with 377 additions and 12 deletions

6
.envrc Normal file
View file

@ -0,0 +1,6 @@
watch_file shell.nix
watch_file flake.lock
# try to use flakes, if it fails use normal nix (ie. shell.nix)
use flake || use nix
eval "$shellHook"