Test [flake-checker](https://determinate.systems/posts/flake-checker/)
Some checks are pending
/ Build Nix targets (push) Waiting to run

This commit is contained in:
Théo Barnouin 2024-10-24 11:11:14 +02:00
parent 6cf8a6ca34
commit c2da4e06d5
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,14 @@
---
on: push
jobs:
nix_build:
name: Build Nix targets
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v5
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Build Nix package
run: nix build