We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ableton.nix currently does not do that and just adding to packages.yml:
ableton.nix
packages.yml
- name: Add Nix to PATH ansible.builtin.set_fact: ansible_env: "{{ ansible_env | combine({'PATH': ansible_env.HOME + '/.nix-profile/bin:' + ansible_env.PATH}) }}"
Did not work. Currently all commands have appended:
environment: PATH: "{{ ansible_env.HOME + '/.nix-profile/bin:$PATH' }}
Find a better solution and remove it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ableton.nix
currently does not do that and just adding topackages.yml
:Did not work. Currently all commands have appended:
Find a better solution and remove it.
The text was updated successfully, but these errors were encountered: