Skip to content

Commit

Permalink
simplify .envrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjobeki authored and mergify[bot] committed Apr 29, 2024
1 parent 53428e2 commit 7c9048b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions pesto/.envrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
source_up

files=(../../flake.nix flake-module.nix Cargo.lock)
if type nix_direnv_watch_file &>/dev/null; then
nix_direnv_watch_file "${files[@]}"
else
watch_file "${files[@]}"
fi
watch_file ../../flake.nix flake-module.nix Cargo.lock

# use the
use flake .#pesto --builders ''

0 comments on commit 7c9048b

Please sign in to comment.