Skip to content

Commit

Permalink
fix(ci): Fix build by pinning an older nix version
Browse files Browse the repository at this point in the history
This is due to NixOS/nix#6572
  • Loading branch information
etu committed Nov 9, 2022
1 parent 10cb913 commit e7eac93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=./nix/nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.5.1/install

- uses: cachix/cachix-action@v12
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: cachix/install-nix-action@v18
with:
nix_path: nixpkgs=./nix/nixos-unstable
install_url: https://releases.nixos.org/nix/nix-2.5.1/install

- uses: cachix/cachix-action@v12
with:
Expand Down

0 comments on commit e7eac93

Please sign in to comment.