mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07:00
fix: python39 -> python3
This commit is contained in:
parent
4bb87c59bf
commit
dc45ac8f2d
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue