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 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index fbfcc30..ca3e1c5 100644 --- a/flake.nix +++ b/flake.nix @@ -72,7 +72,7 @@ unstablePkgs = import nixpkgs-unstable commonPkgsInputs; - auxiliaryPkgs = import ./pkgs { inherit pkgs unstablePkgs; }; + auxiliaryPkgs = import ./pkgs { inherit pkgs unstablePkgs nixpkgs nixpkgs-unstable; }; }; in -- cgit 1.4.1