fix: python39 -> python3

This commit is contained in:
Youwen Wu 2025-04-19 21:38:36 -07:00
parent 4bb87c59bf
commit dc45ac8f2d
Signed by: youwen
GPG key ID: 865658ED1FE61EC3

View file

@ -95,7 +95,7 @@ in
home.packages = [
# a script to automatically refresh oauth token for gsuite
(pkgs.writeShellScriptBin "activate-neomutt-oauth" ''
${pkgs.python39}/bin/python ${oauth} youwen@ucsb.edu.tokens \
${pkgs.python3}/bin/python ${oauth} youwen@ucsb.edu.tokens \
--provider google \
--verbose \
--test \