nixos/kubernetes/kubelet: Fix sandbox image load on containerd 2.x (#364558)
[NixPkgs.git] / pkgs / build-support / dotnet / add-nuget-deps / fetch-deps.sh
blob4ffba47836778b064657d815b79556f4355659f4
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 @nixfmt@/bin/nixfmt deps.nix
12 mv deps.nix "$1"
13 echo "Succesfully wrote lockfile to $1"