readme: fix link

This commit is contained in:
Moritz Sanft 2024-10-15 20:46:40 +02:00
parent 552b4bd30b
commit 8697083bfa
No known key found for this signature in database
GPG key ID: 335D28368B1DA615

View file

@ -18,7 +18,7 @@ This will then give you the store path, which is later used to instantiate the p
### With Flakes ### With Flakes
In your flake's inputs, import the overlay: In your flake's inputs, import the overlay
```nix ```nix
ida-pro-overlay = { ida-pro-overlay = {
@ -27,7 +27,7 @@ ida-pro-overlay = {
}; };
``` ```
Then, apply it to your `nixpkgs` instance with [`nixpkgs.overlays`]() Then, apply it to your `nixpkgs` instance with [`nixpkgs.overlays`](https://search.nixos.org/options?show=nixpkgs.overlays)
```nix ```nix
nixpkgs.overlays = [ nixpkgs.overlays = [
@ -35,7 +35,7 @@ nixpkgs.overlays = [
]; ];
``` ```
Then, you can instantiate the package, supplying it with your locally available installer: Then, you can instantiate the package, supplying it with your locally available installer
```nix ```nix
environment.systemPackages = [ environment.systemPackages = [