From 1d448f72cdc793ec305962e3a3d77986a69456b2 Mon Sep 17 00:00:00 2001 From: Jamie Bertram Date: Wed, 16 Mar 2022 14:39:42 -0600 Subject: [PATCH] Fix nix build --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a2433dd..f69b317 100644 --- a/flake.nix +++ b/flake.nix @@ -135,7 +135,7 @@ nativeBuildInputs = [ psa purs nodejs ]; inherit src; unpackPhase = '' - cp -r $src . + cp -r $src/* . install-spago-style ''; buildPhase = ''