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:
committed by
Cole Helbling
parent
127e3e96af
commit
64a8cc193d
@ -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:
|
||||
|
Reference in New Issue
Block a user