Nixos-rebuild: Difference between revisions
imported>Alyaeanyx Created page with "'''nixos-rebuild''' is the NixOS command used to apply changes made to the system configuration. It can also be used for a variety of other tasks related to managing the state..." |
imported>Alyaeanyx No edit summary |
||
| Line 57: | Line 57: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
===Internals=== | |||
<code>nixos-rebuild</code> is a Bash script that performs a relatively simple sequence of tasks. In the case of <code>nixos-rebuild switch</code>, these are: | <code>nixos-rebuild</code> is a Bash script that performs a relatively simple sequence of tasks. In the case of <code>nixos-rebuild switch</code>, these are: | ||