mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-03 19:53:25 +08:00
10 lines
177 B
Nix
10 lines
177 B
Nix
{
|
|
nixpkgs.config = {
|
|
allowUnfree = true;
|
|
permittedInsecurePackages = [
|
|
"openssl-1.1.1w"
|
|
"electron-19.1.9"
|
|
];
|
|
allowUnsupportedSystem = true;
|
|
};
|
|
}
|