pyenv: add module
Adds a module for pyenv (https://github.com/pyenv/pyenv).
This commit is contained in:
parent
050d01a62c
commit
069d450b6d
8 changed files with 144 additions and 0 deletions
5
tests/modules/programs/pyenv/default.nix
Normal file
5
tests/modules/programs/pyenv/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
pyenv-bash = ./bash.nix;
|
||||
pyenv-zsh = ./zsh.nix;
|
||||
pyenv-fish = ./fish.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue