mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
12 lines
300 B
Bash
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"
|