mirror of
https://github.com/kittywitch/ida-pro-overlay.git
synced 2026-02-09 09:19:17 -08:00
Initial commit
This commit is contained in:
parent
2c07e5fcba
commit
bf523e35d0
6 changed files with 177 additions and 39 deletions
17
flake.nix
Normal file
17
flake.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
description = "Nix flake for IDA Pro";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
};
|
||||
|
||||
outputs =
|
||||
{
|
||||
...
|
||||
}:
|
||||
{
|
||||
overlays.default = self: super: {
|
||||
ida-pro = self.packages.x86_64-linux.ida-pro;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue