summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-06-20 00:13:53 +0200
committerMel <mel@rnrd.eu>2025-06-20 00:13:53 +0200
commita4fe78dc26cce857b3028d9edb90737bdc6677c6 (patch)
treefb2c742346544179f11c6851ed13a3b9f2f3ead3 /pkgs/default.nix
parente03f74bfdc3bde6fbd9e32497015c09c6c577fba (diff)
downloadminerals-a4fe78dc26cce857b3028d9edb90737bdc6677c6.tar.zst
minerals-a4fe78dc26cce857b3028d9edb90737bdc6677c6.zip
Patch Ghidra without rebuild
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix4
1 files changed, 2 insertions, 2 deletions
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 { };