Nix (language): Difference between revisions

imported>Willbush
imported>Chrissound
m Slightly more SEO friendly
Line 381: Line 381:
== Tips & Tricks ==
== Tips & Tricks ==


=== Finding a (function/package/…) definition ===
=== Finding the definition of a function or package ===


Nix is often criticized that it has no working “jump to definition”. The good news is that you can have something very similar by using a regular expression:
Nix is often criticized that it has no working “jump to definition”. The good news is that you can have something very similar by using a regular expression: