about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorDavid McFarland2024-09-13 16:27:13 -0300
committerDavid McFarland2024-09-17 01:14:28 -0300
commitd8bd63a129e07d44f0068bcddf017f7221faccbb (patch)
treef311f1c2e0dd972113a2a47348113cfa8b24dc84 /doc
parent424bbc430e1dbde07878ccf85733f0d7671b2773 (diff)
doc/languages-frameworks/dotnet: improve documenation of fetch-deps
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/dotnet.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/dotnet.section.md b/doc/languages-frameworks/dotnet.section.md
index 2cbb7ea45d98..d9e0cbe16351 100644
--- a/doc/languages-frameworks/dotnet.section.md
+++ b/doc/languages-frameworks/dotnet.section.md
@@ -219,7 +219,7 @@ buildDotnetGlobalTool {
 ## Generating and updating NuGet dependencies {#generating-and-updating-nuget-dependencies}
 
 When writing a new expression, you can use the generated `fetch-deps` script to initialise the lockfile.
-After creating a blank `deps.nix` and pointing `nugetDeps` to it,
+After setting `nugetDeps` to the desired location of the lockfile (e.g. `./deps.nix`),
 build the script with `nix-build -A package.fetch-deps` and then run the result.
 (When the root attr is your package, it's simply `nix-build -A fetch-deps`.)