X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/ba596fc0a680ccf113b880d72ab873b56c13f530..b5964ec35e259f36550d6e8c7fa60412db05a049:/shell.nix?ds=sidebyside diff --git a/shell.nix b/shell.nix deleted file mode 100644 index b408ea4..0000000 --- a/shell.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ pkgs ? import { } }: -pkgs.mkShell rec { - doCheck = true; - buildInputs = with pkgs; [ python3 ]; - checkInputs = with pkgs; [ - mypy - python3Packages.autopep8 - python3Packages.pylint - ]; -}