Skip to content

Commit

Permalink
packaging-existing-software.md aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk authored Nov 17, 2024
1 parent cebc3ec commit 7bb2856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/packaging-existing-software.md
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ In case all else fails, it helps to become familiar with searching the [Nixpkgs
To find name assignments in the source, search for `"<keyword> ="`.
For example, these are the search results for [`"x11 = "`](https://github.com/search?q=repo%3ANixOS%2Fnixpkgs+%22x11+%3D%22&type=code) or [`"libx11 ="`](https://github.com/search?q=repo%3ANixOS%2Fnixpkgs+%22libx11+%3D%22&type=code) on Github.

Or fetch a clone of the [repository](https://github.com/nixos/nixpkgs) and search the code locally.
Or fetch a clone of the [Nixpkgs repository](https://github.com/nixos/nixpkgs) and search the code locally.

Start a shell that makes the required tools available – `git` for version control, and `rg` for code search (provided by the [`ripgrep` package](https://search.nixos.org/packages?show=ripgrep)):
```console
Expand Down

0 comments on commit 7bb2856

Please sign in to comment.