legendary store needs outdated electron
This commit is contained in:
parent
e0d2b72031
commit
ac55f1a8c6
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user