Add nix shell and some checks
This commit is contained in:
parent
929da3e3c3
commit
942ed011c9
7 changed files with 377 additions and 12 deletions
6
.envrc
Normal file
6
.envrc
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue