X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/26125a281f6733d08ffb488668b052ee9c20061a..ba596fc0a680ccf113b880d72ab873b56c13f530:/shell.nix diff --git a/shell.nix b/shell.nix index 11e4f03..b408ea4 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import { } }: pkgs.mkShell rec { doCheck = true; - buildInputs = with pkgs; [ (python3.withPackages (ps: with ps; [ xdg ])) ]; + buildInputs = with pkgs; [ python3 ]; checkInputs = with pkgs; [ mypy python3Packages.autopep8