pyenv: add module

Adds a module for pyenv (https://github.com/pyenv/pyenv).
This commit is contained in:
Tobias Markus 2023-07-07 14:40:34 +02:00 committed by Robert Helgesson
parent 050d01a62c
commit 069d450b6d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
8 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
pyenv-bash = ./bash.nix;
pyenv-zsh = ./zsh.nix;
pyenv-fish = ./fish.nix;
}