11 lines
145 B
Nix
11 lines
145 B
Nix
_: {
|
|
nixpkgs = {
|
|
config = {
|
|
allowUnfree = true;
|
|
permittedInsecurePackages = [
|
|
"electron-38.7.1"
|
|
];
|
|
};
|
|
};
|
|
}
|