mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
doc/languages-frameworks/dotnet: improve documenation of fetch-deps
This commit is contained in:
parent
424bbc430e
commit
d8bd63a129
@ -219,7 +219,7 @@ buildDotnetGlobalTool {
|
|||||||
## Generating and updating NuGet dependencies {#generating-and-updating-nuget-dependencies}
|
## 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.
|
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.
|
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`.)
|
(When the root attr is your package, it's simply `nix-build -A fetch-deps`.)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user