set up envrc for flake usage
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M .envrc → .envrc
@@ -1,4 +1,3 @@ -watch_file npins/sources.json if type -P lorri &>/dev/null; then if test -n "$TMPDIR"; then export TMPDIR="$(readlink -f $TMPDIR)"@@ -6,5 +5,5 @@ fi eval "$(lorri direnv --flake .)" else echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' - use nix + use flake fi