Skip to content

Commit

Permalink
Merge pull request #621 from Nix-QChem/fix-gh-workflows
Browse files Browse the repository at this point in the history
github: remove "Magic Nix Cache"
  • Loading branch information
markuskowa authored Feb 10, 2025
2 parents 9d1d3e9 + 740aa5f commit 36e5292
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nix-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: nix-instantiate
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
name: nix flake check
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: actions/checkout@v4
Expand All @@ -29,7 +29,7 @@ jobs:
name: statix code check
runs-on: ubuntu-latest
steps:
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
- uses: actions/checkout@v4
- name: get changed files
id: changed-files
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/nix-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# Install Nix on the runner
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
# Pull from the cachix cache
Expand Down Expand Up @@ -45,11 +45,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# Install Nix on the runner
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v6
# Pull from the cachix cache
- uses: cachix/cachix-action@v15
with:
Expand Down Expand Up @@ -80,11 +78,9 @@ jobs:
runs-on: ubuntu-latest
steps:
# Install Nix on the runner
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v6
# Pull from the cachix cache
- uses: cachix/cachix-action@v15
with:
Expand Down

0 comments on commit 36e5292

Please sign in to comment.