Template:Evaluate: Difference between revisions

From NixOS Wiki
imported>Fadenb
Created page with "<noinclude> == Usage == Evaluate box: <pre> <nowiki>{{Evaluate}}</nowiki> </pre> </noinclude> <table cellspacing="0" cellpadding="0" border="0" style="background: transparent;..."
 
imported>Fadenb
m Syntaxhighlight
Line 6: Line 6:
</pre>
</pre>
</noinclude>
</noinclude>
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b32424 solid;padding:0.5em;background-color: #ADD8E6"><tr><td nowrap="nowrap" valign="top">'''Note:''' In order to '''affect''' your system by your nix-language-specific changes you have to '''evaluate''' it, run (as root):</tr><tr><td><pre>$ nixos-rebuild switch</pre></td></tr></table>
<table cellspacing="0" cellpadding="0" border="0" style="background: transparent; margin-top:0.5em;border:1px #b32424 solid;padding:0.5em;background-color: #ADD8E6"><tr><td nowrap="nowrap" valign="top">'''Note:''' In order to '''affect''' your system by your nix-language-specific changes you have to '''evaluate''' it, run (as root):</tr><tr><td><syntaxhighlight lang="console">$ nixos-rebuild switch</syntaxhighlight></td></tr></table>

Revision as of 12:10, 27 August 2017

Usage

Evaluate box:

{{Evaluate}}
Note: In order to affect your system by your nix-language-specific changes you have to evaluate it, run (as root):
$ nixos-rebuild switch