069d450b6d
Adds a module for pyenv (https://github.com/pyenv/pyenv).
6 lines
83 B
Nix
6 lines
83 B
Nix
{
|
|
pyenv-bash = ./bash.nix;
|
|
pyenv-zsh = ./zsh.nix;
|
|
pyenv-fish = ./fish.nix;
|
|
}
|