From 8697083bfa77227c0710148f1708c9ecf6f49411 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:46:40 +0200 Subject: [PATCH] readme: fix link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eeb6399..b2915d9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This will then give you the store path, which is later used to instantiate the p ### With Flakes -In your flake's inputs, import the overlay: +In your flake's inputs, import the overlay ```nix 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 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 environment.systemPackages = [