Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsirysndr/setup-flox

Set up your GitHub Actions workflow for Flox ❄️
https://github.com/tsirysndr/setup-flox

actions flox floxdev github-actions nix nixpkgs

Last synced: about 2 months ago
JSON representation

Set up your GitHub Actions workflow for Flox ❄️

Awesome Lists containing this project

README

        

# setup-flox

Download, install, and setup [Flox](https://floxdev.com/) in GitHub Actions.

## 🚀 Usage

```yaml
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](action.yml) for the full documentation for this action's inputs and outputs.

## 📝 License
[MIT](LICENSE)