legendary store needs outdated electron

This commit is contained in:
Danilo Reyes 2023-10-27 11:06:35 -06:00
parent e0d2b72031
commit ac55f1a8c6

View File

@ -330,7 +330,12 @@ architecture and other build flags.
#+begin_src nix #+begin_src nix
nixpkgs = { nixpkgs = {
hostPlatform = lib.mkDefault "x86_64-linux"; hostPlatform = lib.mkDefault "x86_64-linux";
config.allowUnfree = true; config = {
allowUnfree = true;
permittedInsecurePackages = [
"electron-24.8.6"
];
};
# localSystem = { # localSystem = {
# gcc.arch = cpuArchitecture; # gcc.arch = cpuArchitecture;
# gcc.tune = cpuArchitecture; # gcc.tune = cpuArchitecture;