We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cadbbc commit 5d3de7cCopy full SHA for 5d3de7c
.envrc
@@ -1,11 +1,6 @@
1
dotenv
2
dotenv_if_exists .env.local
3
4
-if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
5
- source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
6
-fi
7
-
8
-watch_file flake.nix
9
watch_file nix/devshell.nix
10
11
use flake
0 commit comments