depot/third_party/home-manager/tests/modules/programs/pyenv/default.nix

5 lines
83 B
Nix

{
pyenv-bash = ./bash.nix;
pyenv-zsh = ./zsh.nix;
pyenv-fish = ./fish.nix;
}