Shell Scripts: Difference between revisions

imported>Milahu
+ Debugging embedded scripts, rename path to drv
Pigs (talk | contribs)
m Add category development and shell
 
(4 intermediate revisions by 2 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]]