mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-10 05:42:50 +00:00
flake fmt
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user