Skip to content

Commit 710ebd9

Browse files
chimnayajithgnprice
authored andcommitted
nixos: Update to use libepoxy, jdk17, nodejs
- Renamed epoxy to libepoxy to align with current Nixpkgs. - Upgraded jdk11 to jdk17 due to Android Gradle's requirements. - Added nodejs for compatibility with the icon tool using npm. Tested on NixOS version 24.11
1 parent c5e6957 commit 710ebd9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

shell.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mkShell {
1212
gtk3 # Curiously `nix-env -i` can't handle this one adequately.
1313
# But `nix-shell` on this shell.nix does fine.
1414
pcre
15-
epoxy
15+
libepoxy
1616

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

37-
jdk11
37+
jdk17
3838
android-studio
3939
android-tools
40+
41+
nodejs
4042
];
4143

4244
LD_LIBRARY_PATH = lib.makeLibraryPath [

0 commit comments

Comments
 (0)