chore: switch back to nixos-unstable
This commit is contained in:
parent
26480457ff
commit
8172ba6e27
5 changed files with 56 additions and 64 deletions
|
@ -1,9 +1,4 @@
|
|||
final: prev: {
|
||||
electron_25 = prev.electron_25.overrideAttrs (_: {
|
||||
preFixup = "patchelf --add-needed ${prev.libglvnd}/lib/libEGL.so.1 $out/bin/electron"; # NixOS/nixpkgs#272912
|
||||
meta.knownVulnerabilities = []; # NixOS/nixpkgs#273611
|
||||
});
|
||||
|
||||
wine-discord-ipc-bridge = prev.callPackage ./wine-discord-ipc-bridge.nix {
|
||||
inherit (prev.pkgsCross.mingw32) stdenv;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue