Flakes/ja: Difference between revisions

Haruki7049 (talk | contribs)
Created page with "Gitリポジトリ内のフレークでは、作業ツリー内のファイルのみがNix storeにコピーされます。"
Haruki7049 (talk | contribs)
Created page with "したがって、flakeに<code>git</code>を使用する場合は、プロジェクトファイルを作成した後、必ず<code>git add</code>を実行してください。"
Line 79: Line 79:
Gitリポジトリ内のフレークでは、作業ツリー内のファイルのみがNix storeにコピーされます。
Gitリポジトリ内のフレークでは、作業ツリー内のファイルのみがNix storeにコピーされます。


<div lang="en" dir="ltr" class="mw-content-ltr">
したがって、flakeに<code>git</code>を使用する場合は、プロジェクトファイルを作成した後、必ず<code>git add</code>を実行してください。
Therefore, if you use <code>git</code> for your flake, ensure to <code>git add</code> any project files after you first create them.
</div>


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