From b71d4222b87d3ccdb350c7a4ee6b294349a051b1 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 11 Aug 2025 11:50:09 -0400 Subject: repo: sync --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') 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; -- cgit v1.2.3