commit e133421bed328c29459c8966779a765e14c61df7 Author: uku Date: Thu Aug 29 19:08:25 2024 +0200 a diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..34eb3c5 --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -0,0 +1,15 @@ +name: do a bunch of stuff + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v4 + - uses: DeterminateSystems/nix-installer-action@v13 + + - name: build derivation + run: nix build --accept-flake-config -L github:uku3lig/camasca#koi \ No newline at end of file