workflow: use cachix installer

This commit is contained in:
cy 2025-03-18 00:15:32 -04:00
parent f0add8c95f
commit c299b501a6
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -37,7 +37,7 @@ jobs:
remove-docker-images: 'true'
build-mount-path: /nix
- name: Install Nix
uses: nixbuild/nix-quick-install-action@master
uses: cachix/install-nix-action@v30
- name: Sync repository
uses: actions/checkout@v4
with:
@ -80,7 +80,8 @@ jobs:
remove-codeql: 'true'
remove-docker-images: 'true'
build-mount-path: /nix
- uses: nixbuild/nix-quick-install-action@master
- name: Install Nix
uses: cachix/install-nix-action@v30
- name: Sync repository
uses: actions/checkout@v4
with: