Flakes/zh: Difference between revisions

Weijia (talk | contribs)
Created page with "<syntaxhighlight lang="console"> $ nix develop </syntaxhighlight>"
Tags: Mobile edit Mobile web edit
Weijia (talk | contribs)
Created page with "{{note|使用 nix develop 命令进入开发 shell 无需定义 devShell。 如果未定义 devShell,nix develop 命令会将您带入一个包含 flake 默认构建依赖项(如果有)的环境。}}"
Line 141: Line 141:
</syntaxhighlight>
</syntaxhighlight>


<div lang="en" dir="ltr" class="mw-content-ltr">
{{note|使用 nix develop 命令进入开发 shell 无需定义 devShell。
{{note|You don’t need to define a devShell to enter a development shell using nix develop.
如果未定义 devShell,nix develop 命令会将您带入一个包含 flake 默认构建依赖项(如果有)的环境。}}
If no devShell is defined, nix develop will drop you into an environment containing the default build dependencies of the flake (if any).}}
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">