From a5b7cf1c64cf023ae8acb0a14c4607ee08da02f5 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Thu, 30 Jan 2025 13:45:41 +0100 Subject: [PATCH] Fixed emacs on android --- nixos/hosts/android/default.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nixos/hosts/android/default.nix b/nixos/hosts/android/default.nix index eb25e91..c95d12f 100644 --- a/nixos/hosts/android/default.nix +++ b/nixos/hosts/android/default.nix @@ -17,12 +17,8 @@ (pkgs.writeShellScriptBin "droid-switch" '' nix-on-droid switch --flake /data/data/com.termux.nix/files/home/nixos-config '') - ] - ++ (import ../../modules/emacs/packages.nix { - inherit pkgs; - emacs = pkgs.emacs; - }) - .packages; + inputs.emacs-kylekrein.packages.aarch64-linux.default + ]; home-manager = { config = ./home.nix; useGlobalPkgs = true;