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 /flake.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 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
