mirror of
https://github.com/CxJuice/ScWeb_Chinese_Translate.git
synced 2025-04-29 14:29:53 +00:00
6 lines
85 B
Nix
6 lines
85 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = [ pkgs.python38 ];
|
|
}
|