Format and flake lock updates
This commit is contained in:
parent
ab755c86bf
commit
df51e76d3a
5 changed files with 53 additions and 50 deletions
|
@ -15,9 +15,9 @@
|
|||
default = pkgs.mkShell {
|
||||
venvDir = "venv";
|
||||
packages = with pkgs; [ python311 ] ++
|
||||
(with pkgs.python311Packages; [
|
||||
(with pkgs.python311Packages; [
|
||||
pip
|
||||
venvShellHook
|
||||
venvShellHook
|
||||
]);
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue