From e29f7819afc98b963a21f8d932a731af50ff6f7c Mon Sep 17 00:00:00 2001 From: Paul Young <84700+paulyoung@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:36:39 -0700 Subject: [PATCH] Add deploy step to reproduce config dir issue --- examples/flake/flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/flake/flake.nix b/examples/flake/flake.nix index 815ce5c..875dcb1 100644 --- a/examples/flake/flake.nix +++ b/examples/flake/flake.nix @@ -33,6 +33,7 @@ } '' cp ${./dfx.json} dfx.json dfx start --background + dfx deploy dfx stop touch $out '';