Skip to content

Add more actions

Add more actions #1

Workflow file for this run

name: retronix
on: [push, pull_request]
jobs:
build-config:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: nixbuild/nix-quick-install-action@v26
with:
nix_conf: experimental-features = nix-command flakes
- name: build
run: |
nix build .#nixosConfigurations.retronix.config.system.build.toplevel