Skip to content

Commit

Permalink
devenv: unset DEVELOPER_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil-krawczyk committed Feb 17, 2025
1 parent 79659bd commit b7641a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions devenv.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{ pkgs, ... }:
{
android = {
enable = true;
Expand All @@ -7,4 +8,8 @@
android-studio.enable = false;
flutter.enable = true;
};

stdenv = pkgs.stdenv.override {
extraBuildInputs = [ ];
};
}
4 changes: 2 additions & 2 deletions local.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file was automatically generated by nix-shell.
sdk.dir=/nix/store/b4bibj63xavy03qcjsj74rwm4rr85ndq-androidsdk/libexec/android-sdk
ndk.dir=/nix/store/b4bibj63xavy03qcjsj74rwm4rr85ndq-androidsdk/libexec/android-sdk/ndk/
sdk.dir=/nix/store/qcm2ypx74nk22bjyf6x4kyj64gh95m3l-androidsdk/libexec/android-sdk
ndk.dir=/nix/store/qcm2ypx74nk22bjyf6x4kyj64gh95m3l-androidsdk/libexec/android-sdk/ndk/

0 comments on commit b7641a7

Please sign in to comment.