diff options
author | musjj <[email protected]> | 2024-03-05 01:33:42 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-04 20:33:42 +0200 |
commit | f3c92e75c8746901898b59abf2a1412bb16cbb54 (patch) | |
tree | ca32f8c9cbe1e94cdb5d80c9279db03f094a298b /.github | |
parent | 07c7235b7245375802c767472d62b776458c221d (diff) | |
download | Hyprland-f3c92e75c8746901898b59abf2a1412bb16cbb54.tar.gz Hyprland-f3c92e75c8746901898b59abf2a1412bb16cbb54.zip |
CI/Nix: attempt to fix broken cache (#4963)
DeterminateSystems/nix-installer-action is causing hash inconsistency between CI & local build.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/nix-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nix-build.yml b/.github/workflows/nix-build.yml index 2c05d5e2..bb6d90ad 100644 --- a/.github/workflows/nix-build.yml +++ b/.github/workflows/nix-build.yml @@ -19,7 +19,7 @@ jobs: with: ref: ${{ github.ref }} - - uses: DeterminateSystems/nix-installer-action@main + - uses: cachix/install-nix-action@v25 - uses: DeterminateSystems/magic-nix-cache-action@main - uses: cachix/cachix-action@v12 with: |