Updating NixOS: Difference between revisions
Created a page that might help beginners. |
mNo edit summary |
||
Line 5: | Line 5: | ||
<!-- Important -->All commands below are executed in a Terminal application (Shell: Bash). | <!-- Important -->All commands below are executed in a Terminal application (Shell: Bash). | ||
== 2. Rebuilding the system after editing configuration.nix file == | == 2. Rebuilding the system after editing configuration.nix file == | ||
If you want to apply the configuration changes made in <code>/etc/nixos/configuration.nix</code> without updating the channels, [[Nixpkgs]] and package versions. This is typically used when you've edited the system configuration, and you just want to apply those changes:<syntaxhighlight lang="bash"> | If you want to apply the configuration changes made in <code>/etc/nixos/configuration.nix</code> without updating the channels, [[Nixpkgs]] and package versions. This is typically used when you've edited the system configuration, and you just want to apply those changes:<syntaxhighlight lang="bash"> |