dregil: Downgrade electron to electron-25

electron-26 has a bug so that applications stop working after a couple
of seconds.
This commit is contained in:
Alexander Kobjolke 2023-10-04 00:43:19 +02:00
parent 7ec3be7624
commit 0b92a67c77

View file

@ -1,10 +1,11 @@
inputs: inputs:
with inputs; with inputs;
let let
electron-overlay = final: prev: { electron = final.electron_25; };
pkgs = import nixpkgs-unstable { pkgs = import nixpkgs-unstable {
system = "x86_64-linux"; system = "x86_64-linux";
config.allowUnfree = true; config.allowUnfree = true;
overlays = [ emacs.overlay ]; overlays = [ emacs.overlay electron-overlay ];
}; };
in { in {
"alex@dregil" = home-manager-unstable.lib.homeManagerConfiguration { "alex@dregil" = home-manager-unstable.lib.homeManagerConfiguration {