Skip to content

Commit

Permalink
Fix the "option lib does not exist" error
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Feb 12, 2024
1 parent f31b965 commit ff15fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/builders/mkNixOnDroid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs.nix-on-droid.lib.nixOnDroidConfiguration {
{
custom.base.hostname = name;

lib.custom = customLib;
#lib.custom = customLib;

nixpkgs = {
inherit pkgs;
Expand Down

0 comments on commit ff15fe6

Please sign in to comment.