Add cmake to flake
This commit is contained in:
parent
bbbcffcfcb
commit
a781510a41
@ -61,7 +61,7 @@
|
|||||||
with pkgs; {
|
with pkgs; {
|
||||||
defaultPackage = appBuild;
|
defaultPackage = appBuild;
|
||||||
devShell = mkShell {
|
devShell = mkShell {
|
||||||
buildInputs = [nodejs yarn watchman gradle_7 alejandra nodePackages.prettier typescript];
|
buildInputs = [nodejs yarn watchman gradle_7 alejandra nodePackages.prettier typescript cmake];
|
||||||
ANDROID_SDK_BIN = android-sdk;
|
ANDROID_SDK_BIN = android-sdk;
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
export JAVA_HOME=${pkgs.jdk17.home}
|
export JAVA_HOME=${pkgs.jdk17.home}
|
||||||
|
Loading…
Reference in New Issue
Block a user