X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/eb0c6f1b9ad97954d3ee229428ac84d8f33be546..3603dde2e015c340cac1a2f1a0f3d35d44c51c98:/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