We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3b0b1 commit bb3475eCopy full SHA for bb3475e
.envrc
@@ -1 +1,10 @@
1
-use flake .
+if ! has nix_direnv_version || ! nix_direnv_version 2.2.1; then
2
+ source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.2.1/direnvrc" "sha256-zelF0vLbEl5uaqrfIzbgNzJWGmLzCmYAkInj/LNxvKs="
3
+fi
4
+
5
+watch_file flake.nix
6
+watch_file flake.lock
7
+if ! use flake . --impure
8
+then
9
+ 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
10
.gitignore
@@ -16,3 +16,5 @@ todo.md
16
17
*storybook.log
18
components.d.ts
19
+.direnv
20
+.devenv
0 commit comments