Format and flake lock updates

This commit is contained in:
Lillian Violet 2024-04-25 12:31:10 +02:00
parent ab755c86bf
commit df51e76d3a
5 changed files with 53 additions and 50 deletions

View file

@ -15,9 +15,9 @@
default = pkgs.mkShell {
venvDir = "venv";
packages = with pkgs; [ python311 ] ++
(with pkgs.python311Packages; [
(with pkgs.python311Packages; [
pip
venvShellHook
venvShellHook
]);
};
});