You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Karim Vergnes edited this page Mar 6, 2023
·
5 revisions
The nix script generated by nixie comes with a few handy features, for a smooth user experience.
Full nix-shell compatibility
You can save or symlink your nix script as nix-shell, which will make it behave exactly like the normal nix-shell command. You can even use it as a script shebang, using the exact same format!
If your project contains a shell.nix or flake.nix at its root, you can invoke the same nix script as the name of any command provided by your development environment, and it will launch that command!