Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Feb 22, 2024
1 parent a3044b6 commit 2d35741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
};
happ = { holochain, happManifest, dnas }:
let
system = builtins.trace holochain holochain.system;
system = holochain.devShells.holonix.system;
pkgs = import inputs.nixpkgs {
inherit system;
overlays = [ (import inputs.rust-overlay) ];
Expand Down

0 comments on commit 2d35741

Please sign in to comment.