diff --git a/.envrc b/.envrc deleted file mode 100644 index 1d953f4..0000000 --- a/.envrc +++ /dev/null @@ -1 +0,0 @@ -use nix diff --git a/shell.nix b/shell.nix deleted file mode 100644 index e6b0776..0000000 --- a/shell.nix +++ /dev/null @@ -1,12 +0,0 @@ -with import { }; - -pkgs.mkShellNoCC { - packages = with pkgs; [ - python312Packages.black - python312Packages.beautifulsoup4 - python312Packages.docopt - python312Packages.isort - python312Packages.rich - pyright - ]; -}