EdenQwQ/nix/nixpkgs.nix
2025-03-01 22:35:08 +08:00

10 lines
177 B
Nix

{
nixpkgs.config = {
allowUnfree = true;
permittedInsecurePackages = [
"openssl-1.1.1w"
"electron-19.1.9"
];
allowUnsupportedSystem = true;
};
}