flake.lib.buildNixpkgsConfig: fix

This commit is contained in:
2025-12-08 10:38:51 +08:00
parent 98e5e95dd3
commit 6c68e5348c

View File

@@ -24,6 +24,7 @@ let
allowUnfree = true;
android_sdk.accept_license = true;
allowBroken = true;
allowUnsupportedSystem = true;
}
// (inputs.lib.optionalAttrs (nixpkgs.march != null)
{