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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user