Release v0.4.1
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.1/mgit_at-nix_unify-0.4.1.tar.gz