diff --git a/.gitignore b/.gitignore index 7c6482e..918b6e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ +_bak +.bak +_bin +.bin +_cache +.cache +_tmp +.tmp +_todo +.todo + outputs/ result result-* diff --git a/flake.lock b/flake.lock index 55f120b..20003d6 100644 --- a/flake.lock +++ b/flake.lock @@ -2,8 +2,8 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1760573772, - "narHash": "sha256-RoIm6fgfvnkNQldHrbBhtAaFyiWJV5KF4D0dI41Fr90=", + "lastModified": 1761979820, + "narHash": "sha256-BS0y7XzskKPuQanztg6ei7TDfA8chOp0en9/noD7pN0=", "type": "tarball", "url": "https://mirrors.cernet.edu.cn/nix-channels/nixos-unstable/nixexprs.tar.xz" }, diff --git a/pkgs/electron_11/generic.nix b/pkgs/electron_11/generic.nix index 3e015ac..bba3e8d 100644 --- a/pkgs/electron_11/generic.nix +++ b/pkgs/electron_11/generic.nix @@ -4,7 +4,7 @@ stdenv, makeWrapper, fetchurl, - wrapGAppsHook, + wrapGAppsHook3, glib, gtk3, unzip, @@ -127,7 +127,7 @@ let nativeBuildInputs = [ unzip makeWrapper - wrapGAppsHook + wrapGAppsHook3 ]; dontUnpack = true;