fix link in gettingstarted

This commit is contained in:
phaer 2024-06-11 14:09:06 +02:00
parent 4e3a5000e0
commit c644d0b76a

View File

@ -58,8 +58,8 @@ And a `default.nix` that looks like this:
```
To find out which dream2nix modules to import, browse through the modules
on the left and the [examples](./examples.md). When getting started, the
'/packages/languages' collection will be most helpful.
on the left and the [examples](https://github.com/nix-community/dream2nix/tree/main/examples/packages). When getting started, the
`./packages/languages` collection will be most helpful.
Once you have imported a module, this module will make ecosystem-dependent
functions available to create your package definition, such as `mkDerivation`