Remove unused watch tasks

This commit is contained in:
Andreas Zweili 2024-03-11 16:13:35 +01:00
parent 414a9fcbdf
commit 1c60c9f205
1 changed files with 0 additions and 5 deletions

5
.envrc
View File

@ -1,9 +1,4 @@
nix_direnv_watch_file devenv.nix
nix_direnv_watch_file devenv.lock
nix_direnv_watch_file devenv.yaml
nix_direnv_watch_file dev.sh
nix_direnv_watch_file pyproject.toml
if ! use flake . --impure; then
echo "devenv could not be built. The devenv environment was not loaded. Make the necessary changes to devenv.nix and hit enter to try again." >&2
fi