Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kurnevsky committed Dec 16, 2024
1 parent a1596be commit a84b884
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/overlays.nix
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
bloop = wrap super.bloop "bloop";
}
)
(self: super: { wine-ge = super.callPackage ./wine-ge.nix { }; })
(_self: super: { wine-ge = super.callPackage ./wine-ge.nix { }; })
(_self: super: {
telegram-desktop = super.telegram-desktop.override {
unwrapped = super.telegram-desktop.unwrapped.overrideAttrs (old: {
Expand Down
2 changes: 1 addition & 1 deletion modules/wine-ge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ callPackage "${pkgs.path}/pkgs/applications/emulators/wine/base.nix" rec {
hash = "sha256-yJnJ7D/QHvZ+ieR8nAAnkFV8pzQkDaYDs0Xvo9YsDQA=";
};
wineRelease = "ge";
moltenvk = pkgs.moltenvk;
inherit (pkgs) moltenvk;
patches = [ ];
stdenv = stdenv_32bit;
pkgArches = [
Expand Down

0 comments on commit a84b884

Please sign in to comment.