flake: update import

This commit is contained in:
Moritz Sanft 2024-10-15 20:42:48 +02:00
parent bf523e35d0
commit bf140bd886
No known key found for this signature in database
GPG key ID: 335D28368B1DA615

View file

@ -11,7 +11,7 @@
}: }:
{ {
overlays.default = self: super: { overlays.default = self: super: {
ida-pro = self.packages.x86_64-linux.ida-pro; ida-pro = import ./packages/ida-pro.nix;
}; };
}; };
} }