Files
nix-infrastructure/.gitea/workflows/web-deploy.yaml
henrik 37a1fd96ab
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Failing after 0s
Attempt to consume nix image differently
2025-10-03 16:49:06 +02:00

14 lines
278 B
YAML

name: Nix Web Proxy Worker
run-name: Web Proxy - Nix
on: [push, merge]
jobs:
setup-nixos-runner:
run-on: ubuntu-latest
#container:
# image: nixos/nix
steps:
- name: echo in image
uses: docker/nixos/nix
run: echo "Hello Workflow world!"