mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
fix: python39 -> python3
This commit is contained in:
parent
7e83f0493b
commit
b58e54dfd0
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