Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
11 lines
300 B
Bash
11 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"
|