diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-08-11 11:50:09 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-08-11 11:50:09 -0400 |
| commit | b71d4222b87d3ccdb350c7a4ee6b294349a051b1 (patch) | |
| tree | 29bb88abcea9dbfddcfa2b15091cf8af530874dc /flake.nix | |
| parent | 594224b5bfa31d6a7ed4945b7c4e31ec72d5ac71 (diff) | |
| download | home-b71d4222b87d3ccdb350c7a4ee6b294349a051b1.tar.gz | |
repo: sync
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |