niri-tag, atagen cache
This commit is contained in:
parent
92ed39cb83
commit
03dc72471f
11 changed files with 414 additions and 351 deletions
11
.gitea/workflows/nix.yaml
Normal file
11
.gitea/workflows/nix.yaml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue