Skip to content

Commit

Permalink
Merge pull request #130 from coq-community/fix-nix-version
Browse files Browse the repository at this point in the history
fix(nix): Add missing quotes for dev_version if custom value
  • Loading branch information
Zimmi48 authored Oct 21, 2024
2 parents 523e2fc + 693e0a4 commit e34c0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix-action.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
overrides:
{{# tested_coq_nix_versions }}
- 'coq = "{{ coq_version }}"{{# extra_dev_dependencies }}; {{ nix_name }} = {{ dev_version }}{{^ dev_version }}"master"{{/ dev_version }}{{/ extra_dev_dependencies }}'
- 'coq = "{{ coq_version }}"{{# extra_dev_dependencies }}; {{ nix_name }} = "{{ dev_version }}{{^ dev_version }}master{{/ dev_version }}"{{/ extra_dev_dependencies }}'
{{/ tested_coq_nix_versions }}{{^ tested_coq_nix_versions }} - 'coq = "master"'
{{/ tested_coq_nix_versions }}
fail-fast: false
Expand Down

0 comments on commit e34c0cb

Please sign in to comment.