Files
nixos-config/system/nix/nixpkgs.nix
T

12 lines
186 B
Nix

_: {
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-38.7.1"
];
android_sdk.accept_license = true;
};
};
}