fix: python39 -> python3

This commit is contained in:
Youwen Wu 2025-04-19 21:38:36 -07:00
parent 7e83f0493b
commit b58e54dfd0

View file

@ -95,7 +95,7 @@ in
home.packages = [ home.packages = [
# a script to automatically refresh oauth token for gsuite # a script to automatically refresh oauth token for gsuite
(pkgs.writeShellScriptBin "activate-neomutt-oauth" '' (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 \ --provider google \
--verbose \ --verbose \
--test \ --test \