Skip to content

Commit

Permalink
Remove install nix step
Browse files Browse the repository at this point in the history
  • Loading branch information
enobayram committed Nov 16, 2023
1 parent 9be52cf commit 577b758
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions by-root/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ 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 577b758

Please sign in to comment.