We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cdd59b commit 308dc21Copy full SHA for 308dc21
1 file changed
shell.nix
@@ -2,7 +2,7 @@
2
{ pkgs ? import <nixpkgs> { } }:
3
4
let
5
- pythonEnv = pkgs.python3.withPackages (ps: with ps; [ ]);
+ pythonEnv = pkgs.python3.withPackages (ps: with ps; [ websockify ]);
6
in
7
pkgs.mkShell {
8
packages = [
0 commit comments