]> git.scottworley.com Git - pinch/blobdiff - shell.nix
Build like a real Python package
[pinch] / shell.nix
diff --git a/shell.nix b/shell.nix
deleted file mode 100644 (file)
index b408ea4..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs ? import <nixpkgs> { } }:
-pkgs.mkShell rec {
-  doCheck = true;
-  buildInputs = with pkgs; [ python3 ];
-  checkInputs = with pkgs; [
-    mypy
-    python3Packages.autopep8
-    python3Packages.pylint
-  ];
-}