chore: cachix seems faster for nix installs in workflows

This commit is contained in:
Tommy 2024-08-12 17:04:13 +00:00
parent d2c1386aff
commit ceaf7e96e9
Signed by: Mooo[bot]
GPG key ID: CF3AFE4D5B62BB9A

View file

@ -14,8 +14,13 @@ jobs:
- name: Install deps
run: apt update && apt -y install sudo
- uses: actions/checkout@v4
# - name: Install Nix
# uses: https://github.com/DeterminateSystems/nix-installer-action@v12
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v12
uses: https://github.com/cachix/install-nix-action@v27
# with:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run the Magic Nix Cache
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
- name: Build release