wip backend package

This commit is contained in:
Vinzenz Schroeter 2025-09-27 21:55:59 +02:00
parent 5ae9b62df3
commit 11da297253
5 changed files with 216 additions and 66 deletions

8
tanks-backend/gen-deps.sh Normal file → Executable file
View file

@ -1,6 +1,10 @@
#!/usr/bin/env bash
set -euxo pipefail
dotnet restore --packages out
# first time
# dotnet restore --packages out
# nuget-to-json out > deps.json
nuget-to-json out > deps.json
# update
nix build ".?submodules=1#servicepoint-tanks-backend.fetch-deps"
./result deps.json