1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 21:32:13 +03:00

Fix CI flake input checker config

This commit is contained in:
Hilmar Wiegand 2024-01-17 17:52:53 +01:00 committed by Wez Furlong
parent 4a2bd549c4
commit 7c452d312d

View File

@ -22,8 +22,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
- name: Cache build artifacts
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