From bf140bd886d914a7868d4bdd51207c1b4267ec3e Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:42:48 +0200 Subject: [PATCH] flake: update import --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }; }