mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
flake fmt
This commit is contained in:
@@ -95,7 +95,10 @@
|
|||||||
clang-tools
|
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
|
ndkId = "27-1-12297006"; # nix flake show github:tadfisher/android-nixpkgs | grep ndk
|
||||||
ndkAttr = "ndk-${ndkId}";
|
ndkAttr = "ndk-${ndkId}";
|
||||||
|
|||||||
Reference in New Issue
Block a user