Skip to content

Commit

Permalink
Fix the "option nixpkgs.pkgs 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 22f875d commit 82e57aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/builders/mkNixOnDroid.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ inputs.nix-on-droid.lib.nixOnDroidConfiguration {

#lib.custom = customLib;

nixpkgs = {
inherit pkgs;
};
#nixpkgs = {
# inherit pkgs;
#};
}
]
++ customLib.getRecursiveDefaultNixFileList ../../nix-on-droid;
Expand Down

0 comments on commit 82e57aa

Please sign in to comment.