X-Git-Url: http://git.scottworley.com/pinch/blobdiff_plain/4bc82b98659d9222b1a2b25d472f0e5923a0ed52..10ddbaff0197f0ef93a910d7ea3f9f7d0ebac3a4:/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