Translations:NixOS/59/zh: Difference between revisions
Created page with "Switch generations: <syntaxHighlight lang=shell> # 以 root 用户身份切换至 204 世代 $ nix-env --profile /nix/var/nix/profiles/system --switch-generation 204 </syntaxHighlight>" |
Loxodoromy (talk | contribs) mNo edit summary |
||
| Line 1: | Line 1: | ||
切换世代: | |||
<syntaxHighlight lang=shell> | <syntaxHighlight lang=shell> | ||
# 以 root 用户身份切换至 204 世代 | # 以 root 用户身份切换至 204 世代 | ||
$ nix-env --profile /nix/var/nix/profiles/system --switch-generation 204 | $ nix-env --profile /nix/var/nix/profiles/system --switch-generation 204 | ||
</syntaxHighlight> | </syntaxHighlight> | ||