mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Adjusted flake to export DEV_SHELL outside the fish command and removed fish as last exec to support tmux
This commit is contained in:
@@ -53,6 +53,7 @@
|
|||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
default = pkgsBySystem.${system}.mkShell rec {
|
default = pkgsBySystem.${system}.mkShell rec {
|
||||||
|
DEV_SHELL = "oott";
|
||||||
androidSdk = androidComposition.androidsdk;
|
androidSdk = androidComposition.androidsdk;
|
||||||
ANDROID_SDK_ROOT = "${androidSdk}/libexec/android-sdk";
|
ANDROID_SDK_ROOT = "${androidSdk}/libexec/android-sdk";
|
||||||
|
|
||||||
@@ -139,8 +140,6 @@
|
|||||||
if [ -f "$gradlewFile" ]; then
|
if [ -f "$gradlewFile" ]; then
|
||||||
sed -i '1s|^#!.*|#!/usr/bin/env sh|' "$gradlewFile"
|
sed -i '1s|^#!.*|#!/usr/bin/env sh|' "$gradlewFile"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
DEV_SHELL=oott exec fish
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user