mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2025-04-21 09:20:16 +03:00
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:
parent
127e3e96af
commit
64a8cc193d
2 changed files with 10 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue