test: see if it can deploy on nix
Some checks failed
On_Push / build (push) Failing after 17s

Want to test using docker actions on teh nix backend

Signed-off-by: silver <silver@skynet.ie>
This commit is contained in:
silver 2024-09-28 12:03:44 +00:00
parent 5c22867ab4
commit 0e7cb234df

View file

@ -10,7 +10,7 @@ on:
jobs:
build:
# build it using teh base nixos system, helps with caching
runs-on: docker
runs-on: nix
steps:
# get the repo first
- uses: https://code.forgejo.org/actions/checkout@v4