Modular, context-aware and aspect-oriented dendritic Nix configurations. Discussions: https://oeiuwq.zulipchat.com/join/nqp26cd4kngon6mo3ncgnuap/ den.oeiuwq.com
configurations den dendritic nix aspect oriented
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

use latest-tag

+16
+16
.github/workflows/latest-tag.yml
··· 1 + name: Update latest tag 2 + on: 3 + workflow_dispatch: 4 + push: 5 + tags: ["v*"] 6 + concurrency: 7 + group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }} 8 + cancel-in-progress: true 9 + jobs: 10 + main: 11 + runs-on: ubuntu-slim 12 + permissions: 13 + contents: write 14 + steps: 15 + - uses: actions/checkout@v6 16 + - uses: EndBug/latest-tag@latest