This commit is contained in:
parent
44345210a6
commit
9a451e6d1c
@ -1,7 +1,4 @@
|
|||||||
on:
|
on: [push]
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
branches: [main]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -11,3 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Check Nix flake inputs
|
- name: Check Nix flake inputs
|
||||||
uses: DeterminateSystems/flake-checker-action@main # This action
|
uses: DeterminateSystems/flake-checker-action@main # This action
|
||||||
|
- name: Install Nix
|
||||||
|
uses: DeterminateSystems/determinate-nix-action@v3
|
||||||
|
- name: Build default package
|
||||||
|
run: nix build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user