Update flake

This commit is contained in:
Invariantspace 2024-03-10 13:23:35 -07:00
parent 117cd71f52
commit 3b95dbebbd
2 changed files with 9 additions and 9 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
]);
}