Add registry entry for pyenv

This commit is contained in:
Evie Litherland-Smith 2024-02-02 14:48:56 +00:00
parent 9b4da781da
commit 40923b29df

View file

@ -94,6 +94,16 @@
url = "https://git.xenia.me.uk/xenia/nixos.git?ref=main";
};
};
pyenv = {
from = {
type = "indirect";
id = "pyenv";
};
to = {
type = "git";
url = "https://git.xenia.me.uk/utils/pyenv.git";
};
};
jupyter = {
from = {
type = "indirect";