Skip to content

nest homeModules import #17

nest homeModules import

nest homeModules import #17

# 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: "loganlinn/dotfiles"
# rolling: true
# visibility: "public"
# include-output-paths: true