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:
parent
7ec3be7624
commit
0b92a67c77
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue