Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pycklets / resources / ansible-role / freckfrackery.install-nix
  ..
  defaults
  handlers
  meta
  tasks
  vars
  LICENSE
  README.md
Size: Mime:

freckfrackery.install-nix

Platforms

This role installs the nix package manager, using the recommended approach from the nix install docs (single user install -- ping me if you would like to support this other possible install types).

Role variables

List of default variables available in the inventory:

---
# defaults file for freckfrackery.install-nix

nix_installer_url: https://nixos.org/nix/install     # the installer url. change if you host the script yourself
nix_verify_installer: true                           # whether to also download the installer signature and use gpg to verify it

Usage

Details

This role doesn't need any configuration. It is possible to change the url of the install script and disable the signature check of the installer if necessary (see variable list above).

Example playbook

- hosts: all
  roles:
    - freckfrackery.install-nix

Authors and license

freckfrackery.install-nix role was written by:

License: GPLv3


This role is part of the freckles project.

README.md generated by Ansigenome.