ScWeb_Chinese_Translate/default.nix
2023-11-29 11:53:26 +08:00

6 lines
85 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = [ pkgs.python38 ];
}