Skip to content
play-circle

GitHub Action

Setup Flox

v1 Latest version

Setup Flox

play-circle

Setup Flox

Download, install, and setup Flox to your path

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Flox

uses: tsirysndr/setup-flox@v1

Learn more about this action in tsirysndr/setup-flox

Choose a version

setup-flox

Download, install, and setup Flox in GitHub Actions.

🚀 Usage

name: Setup Flox
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
  workflow_dispatch:

jobs:
  setup-superviseur:
    runs-on: ubuntu-latest
    continue-on-error: true
    steps:
      - uses: actions/checkout@v2
      - name: Install Nix
        uses: DeterminateSystems/nix-installer-action@v1
      - name: Setup Flox
        uses: tsirysndr/setup-flox@v1
      - name: Verify Flox
        run: flox --version

See action.yml for the full documentation for this action's inputs and outputs.

📝 License

MIT