2024-10-24 11:11:14 +02:00
|
|
|
---
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
|
|
nix_build:
|
|
|
|
name: Build Nix targets
|
2024-10-24 11:16:55 +02:00
|
|
|
runs-on: docker
|
|
|
|
container:
|
|
|
|
image: ubuntu:22.04
|
2024-10-24 11:11:14 +02:00
|
|
|
steps:
|
2024-10-24 11:22:12 +02:00
|
|
|
# - uses: actions/checkout@v3
|
2024-10-24 11:11:14 +02:00
|
|
|
- name: Check Nix flake inputs
|
2024-10-24 11:19:40 +02:00
|
|
|
uses: https://github.com/DeterminateSystems/flake-checker-action@v5
|