Skip to content

Commit 308dc21

Browse files
committed
add websockify
1 parent 4cdd59b commit 308dc21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ pkgs ? import <nixpkgs> { } }:
33

44
let
5-
pythonEnv = pkgs.python3.withPackages (ps: with ps; [ ]);
5+
pythonEnv = pkgs.python3.withPackages (ps: with ps; [ websockify ]);
66
in
77
pkgs.mkShell {
88
packages = [

0 commit comments

Comments
 (0)