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