diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 24ce4bf..7a07f36 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -64,7 +64,8 @@ in nixpkgs // { # expose some packages for inclusion in os/image builds pkgs = with nixpkgs.pkgs; { - inherit black deadnix git hlint indent ormolu ruff shellcheck nixfmt; + inherit deadnix git hlint indent ormolu shellcheck nixfmt mypy pkg-config; + ruff = unstable.ruff; }; # a standard nix build for bild, for bootstrapping. this should be the only @@ -146,7 +147,6 @@ in nixpkgs // { bat bc bild - black ctags fd figlet |