3 lines
77 B
Nix
3 lines
77 B
Nix
{ allowUnfree = true;
|
|
permittedInsecurePackages = [ "electron-18.1.0" ];
|
|
}
|
{ allowUnfree = true;
|
|
permittedInsecurePackages = [ "electron-18.1.0" ];
|
|
}
|