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 ccba68b commit 6a37103
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@
filterZomes = filterByHolochainPackageType "zome";
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 6a37103

Please sign in to comment.