1
0
mirror of https://gitlab.com/akasroua/covot synced 2025-04-21 06:11:12 +02:00
covot/shell.nix

10 lines
154 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
buildInputs =
[ python38 python38Packages.telethon python38Packages.sqlalchemy sqlite ];
}