nixfmt shell.nix

This commit is contained in:
Jeffrey Serio 2024-09-02 14:26:26 -05:00
parent 0a76a5837a
commit ac5741d7b7

View File

@ -23,7 +23,8 @@ let
];
};
in mkShell {
in
mkShell {
buildInputs = with pkgs; [
python312Packages.beautifulsoup4
python312Packages.black
@ -37,4 +38,3 @@ in mkShell {
python-qbittorrent
];
}