niri-tag, atagen cache

This commit is contained in:
atagen 2025-06-27 00:06:27 +10:00
parent 92ed39cb83
commit 03dc72471f
11 changed files with 414 additions and 351 deletions

11
.gitea/workflows/nix.yaml Normal file
View file

@ -0,0 +1,11 @@
name: NixOS Build
on: [push]
jobs:
build-config:
runs-on: [native]
name: build quiver nixos config
steps:
- uses: actions/checkout@v4
- run: nix build --no-link .#nixosConfigurations.quiver.config.system.build.toplevel