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:
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user