Update flake

This commit is contained in:
Invariantspace 2024-03-10 13:23:35 -07:00
parent 117cd71f52
commit 174c49388c
2 changed files with 12 additions and 12 deletions

View file

@ -38,9 +38,9 @@ pkgs.kdePackages.callPackage
version = "latest";
}
)
{
python-ws = pkgs.python3.withPackages (ps: with ps; [
websockets
]);
}
{
python-ws = pkgs.python3.withPackages (ps: with ps; [
websockets
]);
}