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.

fix readme shebang

cswimr (Jul 13, 2026, 1:33 PM EDT) ef2bb966 6a85ccff

+1 -1
+1 -1
README.md
··· 45 45 nu2nix supports a custom format for declaring external dependencies inline in your script files. 46 46 47 47 ```nu 48 - #!/usr/env/bin nu 48 + #!/usr/bin/env nu 49 49 50 50 # START: External Dependencies 51 51 # git