From a4fe78dc26cce857b3028d9edb90737bdc6677c6 Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 20 Jun 2025 00:13:53 +0200 Subject: Patch Ghidra without rebuild Signed-off-by: Mel --- pkgs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index ddaf684..eeeb5a7 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,4 +1,4 @@ -{ pkgs, unstablePkgs, ... }: +{ pkgs, unstablePkgs, nixpkgs, nixpkgs-unstable, ... }: { inherit (pkgs.callPackages ./electron-wayland-wrappers.nix { }) @@ -7,7 +7,7 @@ element-desktop ; - ghidra = unstablePkgs.callPackage ./ghidra { }; + ghidra = pkgs.callPackage ./ghidra { inherit nixpkgs; }; ngfx = pkgs.callPackage ./ngfx.nix { }; -- cgit 1.4.1