mirror of
https://github.com/wez/wezterm.git
synced 2024-12-24 13:52:55 +03:00
Fix CI flake input checker config
This commit is contained in:
parent
4a2bd549c4
commit
7c452d312d
14
.github/workflows/nix.yml
vendored
14
.github/workflows/nix.yml
vendored
@ -22,8 +22,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: Install nix
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/flake-checker-action@main
|
- name: Cache build artifacts
|
||||||
- name: Run `nix build`
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
- name: Check flake inputs
|
||||||
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
|
with:
|
||||||
|
flake-lock-path: ./nix/flake.lock
|
||||||
|
ignore-missing-flake-lock: false
|
||||||
|
- name: Build default package
|
||||||
run: nix build nix
|
run: nix build nix
|
||||||
|
Loading…
Reference in New Issue
Block a user