Skip to content
New issue

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

Wrong onchange trigger in run_onchange_before_00-void-linux.sh.tmpl #1

Closed
fleetingbytes opened this issue Feb 17, 2025 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@fleetingbytes
Copy link

Here you have the trigger to hash the file .chezmoidata/packages.yml but no such file exists. It should look for the file .chezmoidata/packages.yaml instead.

Correct line would be:

# packages.yaml hash: {{ include ".chezmoidata/packages.yaml" | sha256sum }}
fleetingbytes added a commit to fleetingbytes/dotfiles-1 that referenced this issue Feb 17, 2025
@adamchristiansen adamchristiansen added the bug Something isn't working label Feb 17, 2025
@adamchristiansen
Copy link
Owner

That's a good catch, and thanks for the fix in #2. I'm going to sit on this for a little bit because I don't run Void Linux any longer and I need to decide what I'm going to do about the package list.

@adamchristiansen
Copy link
Owner

This has been fixed in e88db23 which has the following changes over #2:

  • Change packages.yaml to .toml for consistency with the other configs.
  • Add Homebrew packages for macOS.
  • Improve robustness of the templates for package install commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants