From 2d35741efe43cbdd1862ef11971a0c0259cee9c4 Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Thu, 22 Feb 2024 17:08:01 +0100 Subject: [PATCH] Fix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 07662bd..f674095 100644 --- a/flake.nix +++ b/flake.nix @@ -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) ];