Skip to content

Commit

Permalink
Update nix version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoDaniels committed Oct 29, 2023
1 parent 8ef6b9b commit f42d795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package.json', '**/elm.json') }}
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/fc541b860a28.tar.gz
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/1e9c7c0203be.tar.gz
- uses: cachix/cachix-action@v12
with:
name: marco-daniels
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
key: ${{ runner.os }}-modules-${{ hashFiles('**/package.json', '**/elm.json') }}
- uses: cachix/install-nix-action@v21
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/fc541b860a28.tar.gz
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/1e9c7c0203be.tar.gz
- uses: cachix/cachix-action@v12
with:
name: marco-daniels
Expand Down

0 comments on commit f42d795

Please sign in to comment.