Skip to content

Release v0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 12:30
c5b6e93

Install flake from flakehub:
FlakeHub

Add nix-unify to your flake.nix:

{
  inputs.nix-unify.url = "https://flakehub.com/f/mgit-at/nix-unify/*.tar.gz";

  outputs = { self, nix-unify }: {
    # Use in your outputs
  };
}

Install over Ansible Galaxy:

ansible-galaxy collection install mgit_at.nix_unify

Install from the Github repositority with:

ansible-galaxy collection install -r requirements.yml -f

The requirements.yml needs to have the following format and content:

---
collections:
    - https://github.com/mgit-at/nix-unify/releases/download/v0.4.2/mgit_at-nix_unify-0.4.2.tar.gz