Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 627 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 627 Bytes

pyenv

Installs nix package manager - Single user mode.

Environment Setup

The role does not modify dotfiles. An example bash source is:

if [ -e /home/<username>/.nix-profile/etc/profile.d/nix.sh ]; then . /home/<username>/.nix-profile/etc/profile.d/nix.sh; fi

Requirements

N/A

Role Variables

username - User account to install to

Dependencies

N/A

Example Playbook

    - hosts: servers
      roles:
         - { role: nix }

License

MIT

Author Information

Tim Hourigan