From ff15fe622a4443c23dbf91190a8f4e3d8872cd7e Mon Sep 17 00:00:00 2001 From: Christian Harke Date: Mon, 12 Feb 2024 13:26:23 +0100 Subject: [PATCH] Fix the "option `lib` does not exist" error --- lib/builders/mkNixOnDroid.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/builders/mkNixOnDroid.nix b/lib/builders/mkNixOnDroid.nix index cd56d40a..0e2977d2 100644 --- a/lib/builders/mkNixOnDroid.nix +++ b/lib/builders/mkNixOnDroid.nix @@ -15,7 +15,7 @@ inputs.nix-on-droid.lib.nixOnDroidConfiguration { { custom.base.hostname = name; - lib.custom = customLib; + #lib.custom = customLib; nixpkgs = { inherit pkgs;