Nixpkgs/Patching Nixpkgs: Difference between revisions
Provide an explanation about how to patch nixpkgs directly |
m Formatting |
||
| Line 52: | Line 52: | ||
In the above example we create a derivation with the patch applied, called <code>pkgs-unstable'</code>. We then import that new | In the above example we create a derivation with the patch applied, called <code>pkgs-unstable'</code>. We then import that new | ||
derivation which we assign to <code>pkgs-unstable</code>. Now we can use <code>pkgs-unstable</code> to access the | derivation which we assign to <code>pkgs-unstable</code>. Now we can use <code>pkgs-unstable</code> to access the | ||
Ghidra 11.2 package, as well as any other packages normally available in nixpkgs. | |||
== Resources == | == Resources == | ||