Skip to content

Commit

Permalink
cp was causing yarnPreBuild to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
craigem committed Jul 1, 2020
1 parent ab35936 commit 7f391eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nix/cardano-graphql.nix
Expand Up @@ -42,7 +42,6 @@ in mkYarnWorkspace {
mkdir -p $HOME/.node-gyp/${nodejs.version}
echo 9 > $HOME/.node-gyp/${nodejs.version}/installVersion
ln -sfv ${nodejs}/include $HOME/.node-gyp/${nodejs.version}
#cp -rp ${cardano-graphql-src}/node_modules/.bin ./node_modules/
'';

installPhase = ''
Expand Down

0 comments on commit 7f391eb

Please sign in to comment.