From 7d7e0c02351303489d5555627337a39b519b536a Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 16 Aug 2023 14:18:10 -0400 Subject: Get python targets building I added 'black' to Biz/Lint.hs, but not the others because they rely on dependencies being in the PYTHONPATH to work, so they are only relevant in nix builds and repls. I also made some other tweaks to the python checkPhase and linted all the files. Everything should be building and linting correctly now. --- Biz/Bild.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Biz/Bild.nix') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index dca1b3b..918d6b1 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -146,7 +146,7 @@ rec { } // { env = ghc; }; env = let - linters = with nixpkgs.pkgs; [ ormolu hlint deadnix indent ]; + linters = with nixpkgs.pkgs; [ ormolu hlint deadnix indent black]; in nixpkgs.pkgs.mkShell { name = "bizdev"; # this should just be dev tools -- cgit v1.2.3