Skip to content

Setup Flox

Actions
Download, install, and setup Flox to your path
v1
Latest
Star (1)

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

Setup Flox is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Download, install, and setup Flox to your path
v1
Latest

Setup Flox is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.