A simple helper that makes it easy to package Nu scripts with Nix, including inline dependency declarations for external commands and other packaged scripts.
flake nu nushell nix
1

Configure Feed

Select the types of activity you want to include in your feed.

document inspiration

cswimr (Jul 13, 2026, 4:03 PM EDT) 2ddee9ac 40d5d8ad

+2 -1
+2 -1
README.md
··· 1 1 # nu2nix 2 2 3 - nu2nix is a simple helper that makes it easy to package [Nu scripts](https://www.nushell.sh/book/scripts.html) with Nix, including inline dependency declarations for external commands and other packaged scripts. 3 + nu2nix is a simple helper that makes it easy to package [Nu scripts](https://www.nushell.sh/book/scripts.html) with Nix, including inline dependency declarations for external commands and other packaged scripts. 4 + Inspired by Python's [Inline Script Metadata](https://packaging.python.org/en/latest/specifications/inline-script-metadata/) ([PEP 723](https://peps.python.org/pep-0723/)). 4 5 5 6 ## Try it Out 6 7