Skip to content

Update shell.nix dependencies #1488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mkShell {
gtk3 # Curiously `nix-env -i` can't handle this one adequately.
# But `nix-shell` on this shell.nix does fine.
pcre
epoxy
libepoxy

# This group all seem not strictly necessary -- commands like
# `flutter run -d linux` seem to *work* fine without them, but
Expand All @@ -34,9 +34,11 @@ mkShell {
xorg.libXtst.out
pcre2.dev

jdk11
jdk17
android-studio
android-tools

nodejs
];

LD_LIBRARY_PATH = lib.makeLibraryPath [
Expand Down