Merge pull request 'Add cmake to flake' (#101) from ivan/add-cmake-to-flake into master
Reviewed-on: railbird/railbird-mobile#101
This commit is contained in:
commit
112ed5b140
@ -61,7 +61,7 @@
|
||||
with pkgs; {
|
||||
defaultPackage = appBuild;
|
||||
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;
|
||||
shellHook = ''
|
||||
export JAVA_HOME=${pkgs.jdk17.home}
|
||||
|
Loading…
Reference in New Issue
Block a user