repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
anvil-editor: init at 0.4
[NixPkgs.git]
/
pkgs
/
build-support
/
dotnet
/
add-nuget-deps
/
fetch-deps.sh
blob
af560b96fcd531a4e350a2e559b25698e174e299
1
set -e
2
3
genericBuild
4
5
(
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
9
10
mv
deps.nix
"
$1
"
11
echo
"Succesfully wrote lockfile to
$1
"