Add registry entry for pyenv
This commit is contained in:
parent
9b4da781da
commit
40923b29df
10
flake.nix
10
flake.nix
|
@ -94,6 +94,16 @@
|
||||||
url = "https://git.xenia.me.uk/xenia/nixos.git?ref=main";
|
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 = {
|
jupyter = {
|
||||||
from = {
|
from = {
|
||||||
type = "indirect";
|
type = "indirect";
|
||||||
|
|
Loading…
Reference in a new issue