6 lines
83 B
Nix
6 lines
83 B
Nix
|
{
|
||
|
pyenv-bash = ./bash.nix;
|
||
|
pyenv-zsh = ./zsh.nix;
|
||
|
pyenv-fish = ./fish.nix;
|
||
|
}
|