Test [flake-checker](https://determinate.systems/posts/flake-checker/)
Some checks are pending
/ Build Nix targets (push) Waiting to run
Some checks are pending
/ Build Nix targets (push) Waiting to run
This commit is contained in:
parent
6cf8a6ca34
commit
c2da4e06d5
2 changed files with 14 additions and 0 deletions
14
.forgejo/workflows/flake-check.yml
Normal file
14
.forgejo/workflows/flake-check.yml
Normal 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
|
Loading…
Reference in a new issue