Merge branch 'master' into concedo_experimental

# Conflicts:
#	.github/workflows/build.yml
#	flake.lock
#	flake.nix
This commit is contained in:
Concedo
2024-01-01 16:04:17 +08:00
12 changed files with 230 additions and 621 deletions
-23
View File
@@ -1,23 +0,0 @@
# Make the flake discoverable on https://flakestry.dev
name: "Publish a flake to flakestry"
on:
push:
tags:
- "v?[0-9]+.[0-9]+.[0-9]+"
- "v?[0-9]+.[0-9]+"
workflow_dispatch:
inputs:
tag:
description: "The existing tag to publish"
type: "string"
required: true
jobs:
publish-flake:
runs-on: ubuntu-latest
permissions:
id-token: "write"
contents: "read"
steps:
- uses: flakestry/flakestry-publish@main
with:
version: "${{ inputs.tag || github.ref_name }}"