readme: fix import path

This commit is contained in:
Moritz Sanft 2024-10-20 17:47:04 +02:00 committed by GitHub
parent 8697083bfa
commit ca9768d2b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ In your flake's inputs, import the overlay
```nix
ida-pro-overlay = {
url = "path:/home/msanft/dev/ida-pro-overlay";
url = "github:msanft/ida-pro-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
```