simple-nixos-fediverse/.forgejo/workflows/test.yaml
Nicolas Jeannerod 152503341f
Some checks failed
/ test (push) Failing after 4s
Nix flakes
2024-09-24 13:29:30 +02:00

21 lines
491 B
YAML

on: [push]
jobs:
test:
runs-on: nix.2.18.7
steps:
- run: |
cat <<EOF >> /etc/nix/nix.conf
experimental-features = nix-command flakes
EOF
- run: cat /etc/nix/nix.conf || true
- run: nix profile install nodejs
# - run: nix-channel --update
# - run: nix-env -i nodejs
- uses: actions/checkout@v4
- run: |
nix build --extra-experimental-features nix-command .#checks.x86_64-linux.pixelfed-garage -L