feat: nixos config (#1)

This commit is contained in:
2025-11-07 13:26:10 +01:00
committed by GitHub
parent 93f7b17222
commit aa7d1e7ee6
6 changed files with 248 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ on:
paths-ignore:
- "**/*.md"
- "**/*.yml"
- "**/*.sh"
workflow_dispatch:
jobs:
+4
View File
@@ -17,11 +17,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Zip NixOS Config
run: zip -rj nixos.zip nixos/
- name: Release
uses: softprops/action-gh-release@v2
with:
name: PLG-MuDiCS ${{ github.ref_name }}
body_path: CHANGELOG.md
files: nixos.zip
build:
name: Build and Upload Assets