mirror of
https://github.com/kittywitch/ida-pro-overlay.git
synced 2026-02-09 08:51:00 -08:00
readme: fix link
This commit is contained in:
parent
552b4bd30b
commit
8697083bfa
1 changed files with 3 additions and 3 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue