anvil-editor: init at 0.4
[NixPkgs.git] / pkgs / build-support / dotnet / add-nuget-deps / fetch-deps.sh
blobaf560b96fcd531a4e350a2e559b25698e174e299
1 set -e
3 genericBuild
6 echo -e "# This file was automatically generated by passthru.fetch-deps.\n# Please dont edit it manually, your changes might get overwritten!\n"
7 @nugetToNix@/bin/nuget-to-nix "${NUGET_PACKAGES%/}"
8 ) > deps.nix
10 mv deps.nix "$1"
11 echo "Succesfully wrote lockfile to $1"