Skip to content

Commit

Permalink
Fixed yaml parsing on whitespace characters
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 20, 2024
1 parent 9b42263 commit 34cc9f0
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 141 deletions.
2 changes: 1 addition & 1 deletion nix/fixtures/service-repo/dna/dna.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
dnaManifest = ./dna.yaml;
holochain = inputs'.holochain;
zomes = { my_zome = inputs'.module.packages.my_zome; };
matchingIntegrityDna = inputs'.previousDnaVersion.packages.my_dna;
# matchingIntegrityDna = inputs'.previousDnaVersion.packages.my_dna;
};
};
}
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 @@ -8,7 +8,7 @@ integrity:
zomes:
- name: my_zome
dylib: ~
dependencies: []
dependencies: ~
hash: ~
coordinator:
zomes: []
Loading

0 comments on commit 34cc9f0

Please sign in to comment.