Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbpage committed Nov 17, 2023
1 parent 577b758 commit e1f0abe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions by-root/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ inputs:
runs:
using: composite
steps:
- name: Install Nix
uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/23.05.tar.gz
- name: Set NIX_PATH
run: |
echo "NIX_PATH=nixpkgs=https://github.com/NixOS/nixpkgs/archive/23.05.tar.gz" >> $GITHUB_ENV
Expand Down

0 comments on commit e1f0abe

Please sign in to comment.