FAQ/zh: Difference between revisions
Created page with "如果你仍然想知道原因,请在 shell 中运行 <code>ls -1 /nix/store | sort -R -t - -k 2 | less</code> 命令。''(? 不清楚)''" |
No edit summary |
||
| Line 60: | Line 60: | ||
<syntaxhighlight lang="bash">nix-store -qR ~/.nix-profile | xargs nix-store -r</syntaxhighlight> | <syntaxhighlight lang="bash">nix-store -qR ~/.nix-profile | xargs nix-store -r</syntaxhighlight> | ||
对于列在 | 对于列在 ''/nix/var/nix/profiles/'' 或其子目录中的配置文件,可以忽略此警告。 | ||
有关更多信息,请参阅 nix-store 和 nix-instantiate 的手册。 | 有关更多信息,请参阅 nix-store 和 nix-instantiate 的手册。 | ||