flake fmt

This commit is contained in:
EthanShoeDev
2025-10-07 14:51:08 -04:00
parent a3c2b67513
commit fffc3b103c

View File

@@ -95,7 +95,10 @@
clang-tools
];
mkShellFn = if pkgs.stdenv.isDarwin then pkgs.mkShellNoCC else pkgs.mkShell;
mkShellFn =
if pkgs.stdenv.isDarwin
then pkgs.mkShellNoCC
else pkgs.mkShell;
ndkId = "27-1-12297006"; # nix flake show github:tadfisher/android-nixpkgs | grep ndk
ndkAttr = "ndk-${ndkId}";