Remove automatic Nix installation

There is currently no (easy) way to only enable a certain composite
action step when some input is set, so just don't automatically install
Nix at all.
This commit is contained in:
Cole Helbling 2021-10-21 12:24:09 -07:00 committed by Cole Helbling
parent 127e3e96af
commit 64a8cc193d
2 changed files with 10 additions and 7 deletions

View file

@ -3,11 +3,6 @@ description: 'Update your flake.lock and send a PR'
runs:
using: "composite"
steps:
- uses: cachix/install-nix-action@v14
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/download/nix-2.5pre20211015_130284b/install
extra_nix_config: |
experimental-features = nix-command flakes
- run: nix flake update --commit-lock-file
shell: bash
env: