From 10bcea2d77f42e6eb8ee40e32d0e35a968792f25 Mon Sep 17 00:00:00 2001 From: shobu Date: Wed, 12 Nov 2025 00:10:13 +0100 Subject: [PATCH] remove cachix usage --- .gitea/workflows/deploy.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitea/workflows/deploy.yml diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..0b83e4d --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,15 @@ +on: + push: + branches: + - master + - test-deploy + +jobs: + build: + name: build hive configuration + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + - uses: cachix/install-nix-action@v31 + - uses: http://github.com/nicknovitski/nix-develop@v1 + - run: colmena apply