12 lines
186 B
Nix
12 lines
186 B
Nix
_: {
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
permittedInsecurePackages = [
|
|
"electron-38.7.1"
|
|
];
|
|
android_sdk.accept_license = true;
|
|
};
|
|
};
|
|
}
|