Fix merge conflicts with main

This commit is contained in:
Luc Perkins 2023-05-26 13:50:25 +02:00
commit 4c488d6ab4
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/nix-installer-action@v2
- name: Build package
run: "nix build .# -L"
@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/nix-installer-action@v2
- name: Build package
run: "nix build .# -L"

View File

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
uses: DeterminateSystems/nix-installer-action@v2
- name: Check flake.lock
run: |
nix develop -c cargo run -- ./flake.dirty.lock