Add mise and update xontrib-apipenv
Mise is needed for IVR work Update to xontrib-apipenv which has slightly nicer experiences for users
This commit is contained in:
@@ -41,6 +41,7 @@ in
|
|||||||
k9s
|
k9s
|
||||||
kubectl
|
kubectl
|
||||||
minikube
|
minikube
|
||||||
|
mise
|
||||||
mysql-workbench
|
mysql-workbench
|
||||||
nixStable
|
nixStable
|
||||||
pipenv-ivr
|
pipenv-ivr
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ from sys import platform
|
|||||||
xontrib load direnv
|
xontrib load direnv
|
||||||
xontrib load coreutils
|
xontrib load coreutils
|
||||||
xontrib load xonsh-apipenv
|
xontrib load xonsh-apipenv
|
||||||
|
$APIPENV="1"
|
||||||
|
|
||||||
# Insert to the front, because when we spawn xonsh in tmux we have raw python3
|
# Insert to the front, because when we spawn xonsh in tmux we have raw python3
|
||||||
# paths added before these. That ends up screwing with finding the python3 version
|
# paths added before these. That ends up screwing with finding the python3 version
|
||||||
|
|||||||
@@ -6,15 +6,15 @@
|
|||||||
pipenv,
|
pipenv,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage rec {
|
||||||
pname = "xonsh-apipenv";
|
pname = "xonsh-apipenv";
|
||||||
version = "0.5.0";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "greg-hellings";
|
owner = "greg-hellings";
|
||||||
repo = "xontrib-apipenv";
|
repo = "xontrib-apipenv";
|
||||||
rev = "0.5.0";
|
rev = version;
|
||||||
hash = "sha256-QJatIiIP1YVT8M5vLUPHmf/8CGZ34cXMBXQmfSgY5C4=";
|
hash = "sha256-Wa8iev0ow1oh95tPCv5tAJUMBYiStWms8I31WbVcOok=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dependencies = [ (toPythonModule pipenv) ];
|
dependencies = [ (toPythonModule pipenv) ];
|
||||||
|
|||||||
Reference in New Issue
Block a user