diff options
| author | Mel <mel@rnrd.eu> | 2025-06-20 00:13:53 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-06-20 00:13:53 +0200 |
| commit | a4fe78dc26cce857b3028d9edb90737bdc6677c6 (patch) | |
| tree | fb2c742346544179f11c6851ed13a3b9f2f3ead3 /pkgs/default.nix | |
| parent | e03f74bfdc3bde6fbd9e32497015c09c6c577fba (diff) | |
| download | minerals-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.nix | 4 |
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 { }; |
