Add vpn alias for Xonsh

Adding a set of aliases to my Xonsh work to start up a VPN that uses
BitWarden for OTP storage
Changed my Linux to specifically use Python 3.12 because the flag for
NamedTemporaryFile is introduced in 3.12
This commit is contained in:
Greg Hellings
2024-07-17 12:05:21 -05:00
parent 7d882d161e
commit 09d8400312
2 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ let
virtualenv
];
myPython = prev.python3.withPackages myPackages;
myPython = prev.python312.withPackages myPackages;
macOver = file: og:
if prev.stdenv.isDarwin then
(prev.callPackage file {}) else