Nix-shell shebang: Difference between revisions

imported>Milahu
Created page with "You can use <code>nix-shell</code> as a script interpreter to * run scripts in arbitrary languages * provide dependencies with Nix To do this, start the script with multiple..."
 
imported>Milahu
add links: Speeding up nix-shell shebang, cached-nix-shell
Line 74: Line 74:
* [https://gist.github.com/travisbhartwell/f972aab227306edfcfea nix-shell and Shebang Lines]
* [https://gist.github.com/travisbhartwell/f972aab227306edfcfea nix-shell and Shebang Lines]
* [https://notes.yukiisbo.red/posts/2021/07/Spice_up_with_Nix_Scripts.html Spice up with Nix: Scripts with magical dependencies]
* [https://notes.yukiisbo.red/posts/2021/07/Spice_up_with_Nix_Scripts.html Spice up with Nix: Scripts with magical dependencies]
* [https://discourse.nixos.org/t/speeding-up-nix-shell-shebang/4048 Speeding up nix-shell shebang]
* [https://github.com/xzfc/cached-nix-shell cached-nix-shell] - Instant startup time for nix-shell