remove flake-compat and devshell inputs

This commit is contained in:
Bryton Hall 2022-08-13 00:09:36 -04:00
parent 21bdcb716b
commit 3b12406285
9 changed files with 37 additions and 158 deletions

9
.envrc
View file

@ -1,8 +1 @@
watch_file flake.nix flake.lock \
modules/* \
devshell/*
{
mkdir -p "$(direnv_layout_dir)"
eval "$(nix print-dev-env --no-update-lock-file --no-write-lock-file --profile $(direnv_layout_dir)/flake-profile)"
} || use nix
use flake