From 2b5057dafbe65a17f1464b6eb1c373ed4b3de4b7 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 28 Dec 2024 19:23:02 +0100 Subject: Switch to a custom wine branch for better Clip Studio Paint support Signed-off-by: Mel --- pkgs/default.nix | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 1f16455..d98a640 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,17 +1,20 @@ { pkgs, unstablePkgs, ... }: -rec { - inherit (pkgs.callPackages ./electron-wayland-wrappers.nix {}) +{ + inherit (pkgs.callPackages ./electron-wayland-wrappers.nix { }) discord obsidian vscode - element-desktop; + element-desktop + ; - ghidra = unstablePkgs.callPackage ./ghidra {}; - - ngfx = pkgs.callPackage ./ngfx.nix {}; - - retroarch = pkgs.callPackage ./retroarch.nix {}; + ghidra = unstablePkgs.callPackage ./ghidra { }; - youcompleteme = pkgs.callPackage ./youcompleteme.nix {}; + ngfx = pkgs.callPackage ./ngfx.nix { }; + + retroarch = pkgs.callPackage ./retroarch.nix { }; + + youcompleteme = pkgs.callPackage ./youcompleteme.nix { }; + + wine = pkgs.callPackage ./wine.nix { }; } -- cgit 1.4.1