Skip to content

Commit

Permalink
Fixed yaml import
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 20, 2024
1 parent d9476c5 commit 1f3c9eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nix/fixtures/service-repo/dna/dna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ coordinator:
- name: my_zome
dylib: ~
dependencies:
- name: my_zome_integrity
- name: my_zome_integrity
hash: ~
2 changes: 1 addition & 1 deletion nix/fixtures/service-repo/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/import-yaml.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ let
else (
if trimmedValue == "true" then true
else if trimmedValue == "false" then false
else value
else trimmedValue
)
))
)
Expand Down

0 comments on commit 1f3c9eb

Please sign in to comment.