nixpkgs/pkgs/build-support/dotnet/add-nuget-deps/fetch-deps.sh
2024-09-17 01:14:28 -03:00

12 lines
300 B
Bash

set -e
genericBuild
(
echo -e "# This file was automatically generated by passthru.fetch-deps.\n# Please dont edit it manually, your changes might get overwritten!\n"
@nugetToNix@/bin/nuget-to-nix "${NUGET_PACKAGES%/}"
) > deps.nix
mv deps.nix "$1"
echo "Succesfully wrote lockfile to $1"