Use nix shell to run oauth2 and MIMEmbellish

This commit is contained in:
2022-05-01 18:57:42 +02:00
parent 1032a7fb6a
commit db367b140b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/sh
nix-shell -p python39 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t"
nix-shell -p python3 --command "python ~/.local/bin/MIMEmbellish | msmtp -a $1 -t"