Skip to content

Commit

Permalink
Hopefully fix everything part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Aug 30, 2024
1 parent e0dc501 commit 1aeaec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataconnect/dart/idx-template.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ idx-template \
echo "$WS_NAME" >> $out/.ws_name
echo "$out/.." >> $out/.out_name
printenv >> .env
cp -r ${./flutter} "$out/"
cp -r ${./flutter} "$out/flutter"
mkdir "$out"/.idx
cp ${./dev.nix} "$out"/.idx/dev.nix
cp ${./.firebaserc} "$out"/.firebaserc
Expand Down

0 comments on commit 1aeaec3

Please sign in to comment.