Adjusted flake to export DEV_SHELL outside the fish command and removed fish as last exec to support tmux

This commit is contained in:
rzuasti
2026-06-18 08:00:15 -04:00
parent 8b2c8e7285
commit 15cb0c88a9
+1 -2
View File
@@ -53,6 +53,7 @@
};
in {
default = pkgsBySystem.${system}.mkShell rec {
DEV_SHELL = "oott";
androidSdk = androidComposition.androidsdk;
ANDROID_SDK_ROOT = "${androidSdk}/libexec/android-sdk";
@@ -139,8 +140,6 @@
if [ -f "$gradlewFile" ]; then
sed -i '1s|^#!.*|#!/usr/bin/env sh|' "$gradlewFile"
fi
DEV_SHELL=oott exec fish
'';
};
});