aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 35177cd..cf2f86b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -19,6 +19,10 @@
nixos-hardware = {
url = "github:NixOS/nixos-hardware/master";
};
+ ida-pro-overlay = {
+ url = "github:msanft/ida-pro-overlay";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
};
outputs =
@@ -36,6 +40,7 @@
overlays = [
inputs.nixgl.overlays.default
inputs.neovim-nightly.overlays.default
+ inputs.ida-pro-overlay.overlays.default
];
pkgs = import nixpkgs {
config.allowUnfree = true;