Skip to content

Commit

Permalink
Fixed dna
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 26, 2024
1 parent 38e1fb1 commit 38f1416
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,11 @@
++ self'.dependencies.holochain.buildInputs;
};
dna = { dnaManifest, zomes, matchingIntegrityDna ? null, meta ? { } }:
let
pkgs.callPackage ./nix/dna.nix {
inherit zomes dnaManifest matchingIntegrityDna meta;
dna-hash = self'.packages.dna-hash;
compare-dnas-integrity = self'.packages.compare-dnas-integrity;
holochain = inputs'.holonix.packages.holochain;

in pkgs.callPackage ./nix/dna.nix {
inherit zomes holochain dnaManifest compare-dnas-integrity
matchingIntegrityDna meta;
};
happ = { happManifest, dnas, meta ? { } }:
pkgs.callPackage ./nix/happ.nix {
Expand Down

0 comments on commit 38f1416

Please sign in to comment.