From 22db57bf486909562552ae3cabc006cca81d299f Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Mon, 6 Jan 2025 20:46:49 +0100 Subject: [PATCH] small fix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bd3a5dd..c829f16 100644 --- a/flake.nix +++ b/flake.nix @@ -64,6 +64,7 @@ modules = [ ./nixos/hosts/android ]; home-manager-path = inputs.home-manager.outPath; extraSpecialArgs = { + inherit (self.nixOnDroidConfigurations.default.pkgs) lib; inherit inputs; inherit first-nixos-install; };