refactored alacritty

This commit is contained in:
Matthew Stobbs
2025-03-24 21:42:43 -06:00
parent d30927930c
commit 4290535b3c
5 changed files with 33 additions and 57 deletions

View File

@@ -5,5 +5,5 @@
community.general.cargo:
name: "{{ pkg.name | default(pkg) }}"
version: "{{ pkg.vers | default(omit) }}"
path: "{{ paths.cargo | default(omit) }}"
path: "{{ path.cargo | default(path.prefix)}}"
locked: "{{ pkg.locked | default(omit) }}"