nixos-hypervisor/.forgejo/workflows/demo.yml
Théo Barnouin a488891ca1
Some checks failed
/ test (push) Failing after 15s
Test CI : nix build
2024-10-23 17:59:10 +02:00

16 lines
401 B
YAML

---
on: push
jobs:
test:
runs-on: docker
container:
image: nixos/nix:2.24.9
steps:
- run: |
ls -alh
nix-shell -p git
git clone https://"${{ vars.GIT_USER }}":"${{ vars.GIT_PASS }}"@git.le43.eu/tbarnouin/nixos-hypervisor
cd nixos-hypervisor
nix --experimental-features 'nix-command flakes' .#nginx
echo "All set !"