Skip to content

Commit

Permalink
Bump install-nix-action (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
3Rafal committed Jun 1, 2023
1 parent 0860f0c commit 0f773b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v15
uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop -c make nix-tests
Expand All @@ -23,7 +23,7 @@ jobs:
with:
submodules: true
- name: nix
uses: cachix/install-nix-action@v15
uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: nix develop -c make nix-fmt

0 comments on commit 0f773b6

Please sign in to comment.