Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Mar 5, 2024
1 parent 0355e29 commit ccba68b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
filterDnas = filterByHolochainPackageType "dna";
filterHapps = filterByHolochainPackageType "happ";

filterZomesFromSources = sources: builtins.foldl' (acc: source: acc // filterZomes source) {} sources;
filterDnasFromSources = sources: builtins.foldl' (acc: source: acc // filterDnas source) {} sources;
filterHappsFromSources = sources: builtins.foldl' (acc: source: acc // filterHapps source) {} sources;

rustZome = { cratePath, holochain, workspacePath, excludedCrates ? [] }:
let
system = holochain.devShells.holonix.system;
Expand Down

0 comments on commit ccba68b

Please sign in to comment.