fix(droid): set FLAKE correct value and set as env

This commit is contained in:
matt1432 2024-03-30 22:17:51 -04:00
parent 148e8e9daf
commit 551691f061
2 changed files with 6 additions and 0 deletions

View file

@ -54,6 +54,10 @@
./pkgs
{
programs.bash.sessionVariables = {
FLAKE = config.environment.variables.FLAKE;
};
programs.bash.shellAliases = {
# Make ping work on nix-on-droid
# https://github.com/nix-community/nix-on-droid/issues/185#issuecomment-1659294700