diff --git a/flake.nix b/flake.nix index dc76daf..0a5c589 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ }: { overlays.default = self: super: { - ida-pro = self.packages.x86_64-linux.ida-pro; + ida-pro = import ./packages/ida-pro.nix; }; }; }