summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/system-flake/pkgs/config/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system-flake/pkgs/config/default.nix b/templates/system-flake/pkgs/config/default.nix
index 395d35d..47abe76 100644
--- a/templates/system-flake/pkgs/config/default.nix
+++ b/templates/system-flake/pkgs/config/default.nix
@@ -1,4 +1,4 @@
-lib:
+{lib}:
with lib; {
android_sdk.accept_license = true;
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);