mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 17:59:39 +02:00
Format flake.nix
This commit is contained in:
parent
0047259457
commit
e6988e3f61
1 changed files with 4 additions and 1 deletions
|
@ -23,7 +23,10 @@
|
||||||
]);
|
]);
|
||||||
rust-version = pkgs.lib.removeSuffix "\n"
|
rust-version = pkgs.lib.removeSuffix "\n"
|
||||||
(builtins.readFile ./scripts/rust-toolchain);
|
(builtins.readFile ./scripts/rust-toolchain);
|
||||||
in {
|
in
|
||||||
|
{
|
||||||
|
formatter = pkgs.nixpkgs-fmt;
|
||||||
|
|
||||||
devShells.default = pkgs.mkShell {
|
devShells.default = pkgs.mkShell {
|
||||||
ANDROID_SDK_ROOT = "${android-sdk}/share/android-sdk";
|
ANDROID_SDK_ROOT = "${android-sdk}/share/android-sdk";
|
||||||
ANDROID_NDK_ROOT =
|
ANDROID_NDK_ROOT =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue