mirror of
https://codeberg.org/hyperreal/admin-scripts
synced 2024-11-25 09:03:41 +01:00
nixfmt shell.nix
This commit is contained in:
parent
0a76a5837a
commit
ac5741d7b7
@ -23,7 +23,8 @@ let
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
in mkShell {
|
in
|
||||||
|
mkShell {
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
python312Packages.beautifulsoup4
|
python312Packages.beautifulsoup4
|
||||||
python312Packages.black
|
python312Packages.black
|
||||||
@ -37,4 +38,3 @@ in mkShell {
|
|||||||
python-qbittorrent
|
python-qbittorrent
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user