From 8a5d21a7f0b771174de1bbaab88adbf46ebae24f Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Wed, 10 Apr 2024 12:54:42 +0200 Subject: [PATCH] Fixed scaffold --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e7b4176f..9a5fe44e 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ buildInputs = [ pkgs.makeWrapper ]; postBuild = '' wrapProgram $out/bin/scaffold-remote-zome \ - --add-flags "profiles \ + --add-flags "file-storage \ --integrity-zome-name file_storage_integrity \ --coordinator-zome-name file_storage \ --remote-zome-git-url github:holochain-open-dev/file-storage \