Merge pull request #1 from dadada/dependabot/github_actions/cachix/install-nix-action-21

Bump cachix/install-nix-action from 20 to 21
This commit is contained in:
Tim Schubert 2023-05-25 16:35:47 +02:00 committed by GitHub
commit ef37979035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: cachix/install-nix-action@v20 - uses: cachix/install-nix-action@v21
with: with:
nix_path: nixpkgs=channel:nixos-stable nix_path: nixpkgs=channel:nixos-stable
extra_nix_config: | extra_nix_config: |