This commit is contained in:
Shelvacu
2024-07-01 21:13:33 -07:00
parent 5bbf66e323
commit e39fe28776

View File

@@ -141,7 +141,7 @@ in {
pkgs.wget
pkgs.python311Packages.imap-tools
pkgs.python311
(pkgs.writePython3Bin "mailtest" { libraries = with pkgs.python3Packages; [ imap-tools requests ]; } ''
(pkgs.writers.writePython3Bin "mailtest" { libraries = with pkgs.python3Packages; [ imap-tools requests ]; } ''
# #!${pkgs.python311}/bin/python
#import sys
sys.argv.insert(1, "${nodes.liam.networking.primaryIPAddress}")