2023-11-14 22:33:34 -06:00
|
|
|
{ pkgs ? import <nixpkgs> {} }:
|
2024-03-24 18:50:55 -05:00
|
|
|
pkgs.mkShell {
|
2024-06-16 18:18:28 -05:00
|
|
|
nativeBuildInputs = with pkgs.python311Packages; [ websockets watchdog pyperclip timeout-decorator ];
|
2024-03-24 18:50:55 -05:00
|
|
|
}
|