summary refs log tree commit diff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
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 { };