Select the types of activity you want to include in your feed.
A simple helper that makes it easy to package Nu scripts with Nix, including inline dependency declarations for external commands and other packaged scripts.
···6060Do note that using `inputs`/`self` in a Nu script's external dependencies block will result in an error if you don't pass `inputs`/`self` to `mkNuScript`.
6161Unqualified entries, such as `git` and `nix` in the example above, are pulled from the package set passed to `mkNuScript`. This will usually be nixpkgs.
62626363-All declared dependencies are automatically added to the script's `$PATH` when executed, using a wrapper package.
6363+All declared dependencies are automatically added to the script's `$PATH` when executed, using a wrapper script.