Shell scripts: Difference between revisions

imported>Milahu
+ Debugging embedded scripts, rename path to drv
Roxwize (talk | contribs)
m Roxwize moved page Shell Scripts to Shell scripts: capitalization
 
(5 intermediate revisions by 3 users not shown)
Line 97: Line 97:
         --prefix PATH : ${lib.makeBinPath [ bash subversion ]}
         --prefix PATH : ${lib.makeBinPath [ bash subversion ]}
     '';
     '';
   };
   }
</syntaxHighlight>
</syntaxHighlight>


Line 154: Line 154:


* [https://nixos.org/manual/nixpkgs/stable/#ssec-stdenv-functions Shell functions section in the Nixpkgs manual]
* [https://nixos.org/manual/nixpkgs/stable/#ssec-stdenv-functions Shell functions section in the Nixpkgs manual]
* [https://gist.github.com/travisbhartwell/f972aab227306edfcfea nix-shell and Shebang Lines]
* [https://ertt.ca/nix/shell-scripts/ Shell Scripts with Nix]
[[Category:Development]]
[[Category:Shell]]