Skip to content

chore: cleanup nix flake #16

chore: cleanup nix flake

chore: cleanup nix flake #16

Workflow file for this run

name: "Publish every Git push to main to FlakeHub"
on:
push:
branches:
- "main"
jobs:
flakehub-publish:
runs-on: "ubuntu-latest"
permissions:
id-token: "write"
contents: "read"
steps:
- uses: "actions/checkout@v4"
- uses: "DeterminateSystems/nix-installer-action@main"
- uses: "DeterminateSystems/flakehub-push@main"
with:
name: "atomic-studio-org/cli"
rolling: true
visibility: "public"