mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -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 = [
|
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 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue