Merge remote-tracking branch 'origin'

This commit is contained in:
Mateusz Słodkowicz 2023-12-12 15:00:29 +01:00
commit 7c88ecf325
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install nix - name: Install nix
uses: cachix/install-nix-action@v23 uses: cachix/install-nix-action@v24
with: with:
nix_path: "${{ matrix.nixPath }}" nix_path: "${{ matrix.nixPath }}"
extra_nix_config: | extra_nix_config: |
@ -50,7 +50,7 @@ jobs:
- name: Show nixpkgs version - name: Show nixpkgs version
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version' run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
- name: Setup cachix - name: Setup cachix
uses: cachix/cachix-action@v12 uses: cachix/cachix-action@v13
# Don't replace <YOUR_CACHIX_NAME> here! # Don't replace <YOUR_CACHIX_NAME> here!
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }} if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with: with: