WIP nix builds

Not working, needs a separate gomuks build
This commit is contained in:
Henry Hiles 2026-03-24 21:02:23 -04:00
commit 04b7ab8e2e
No known key found for this signature in database
7 changed files with 94 additions and 56 deletions

View file

@ -1,9 +0,0 @@
#!/usr/bin/env bash
pushd "$(dirname "$(readlink -f "$0")")"/.. > /dev/null || exit
mkdir -p build
touch build/lock
dart scripts/generate.dart
rm build/lock
popd > /dev/null || exit