mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
fix openssl build
This commit is contained in:
@@ -96,7 +96,7 @@ inputs:
|
||||
nix.settings.extra-sandbox-paths = [ inputs.config.programs.ccache.cacheDir ];
|
||||
nixpkgs.config =
|
||||
{
|
||||
permittedInsecurePackages = [ "openssl-1.1.1u" "electron-19.0.7" ];
|
||||
permittedInsecurePackages = [ "openssl-1.1.1v" "electron-19.0.7" ];
|
||||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user