This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user