Nix-writers: Difference between revisions

imported>Mic92
remove c writer
imported>Skylark
m Minor copyedit
Line 1: Line 1:
Nix-writers are a way to write other programming languages inline in nix-code.
Nix-writers are a way to write other programming languages inline in nix-code.
Basically it's like writeScript/writeScriptBin but for other Languages.
They are like writeScript/writeScriptBin but for other languages.


Every writer has a ...Bin variant which can be used inside environment.systemPackages.
Every writer has a ...Bin variant which can be used inside environment.systemPackages.
Line 92: Line 92:
</syntaxHighlight>
</syntaxHighlight>


For disable errors use `flakeIgnore`
To disable errors use 'flakeIgnore' like this:


<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>