Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ❄️
- Host: GitHub
- URL: https://github.com/tsirysndr/setup-flox
- Owner: tsirysndr
- License: mit
- Created: 2023-03-18T08:33:33.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T16:05:33.000Z (over 1 year ago)
- Last Synced: 2024-10-18T12:17:49.084Z (2 months ago)
- Topics: actions, flox, floxdev, github-actions, nix, nixpkgs
- Language: TypeScript
- Homepage:
- Size: 16.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)