Skip to content

Commit

Permalink
Simplify dev.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Dec 6, 2024
1 parent e0208d8 commit 0bf54d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
workspace = {
# Runs when a workspace is first created
onCreate = {
updateStable = "flutter channel stable && flutter upgrade && for dir in `find . -name pubspec.yaml -exec dirname {} \; | sort`; do pushd $dir ; flutter pub get; popd; done";
updateStable = "flutter channel stable && flutter upgrade";
};
};
};
Expand Down

0 comments on commit 0bf54d8

Please sign in to comment.