package in flake, but wthout uniffi.so
This commit is contained in:
parent
f11290ec26
commit
915d0b3592
5 changed files with 711 additions and 30 deletions
10
gen-deps.sh
Executable file
10
gen-deps.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
|
||||
# first time
|
||||
# dotnet restore --packages out
|
||||
# nuget-to-json out > deps.json
|
||||
|
||||
# update
|
||||
nix build ".?submodules=1#servicepoint-tanks-backend.fetch-deps"
|
||||
./result deps.json
|
Loading…
Add table
Add a link
Reference in a new issue