diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..3550a30 --- /dev/null +++ b/.envrc @@ -0,0 +1 @@ +use flake diff --git a/flake.nix b/flake.nix index a6d08a6..d449fda 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,6 @@ python311Packages.pip python311Packages.ipython python311Packages.pytest - python311Packages.pytest-homeassistant-custom-component python311Packages.black python311Packages.isort python311Packages.flake8 diff --git a/server/.envrc b/server/.envrc deleted file mode 100644 index 8392d15..0000000 --- a/server/.envrc +++ /dev/null @@ -1 +0,0 @@ -use flake \ No newline at end of file