1
0
Fork 0
nix-configuration/.forgejo/workflows/update.yaml

12 lines
210 B
YAML
Raw Normal View History

2024-05-27 13:11:16 -04:00
on: [push]
jobs:
format:
runs-on: nix
steps:
- run: nix fmt
build:
runs-on: nix
steps:
- run: nix flake update
- run: nh os build
- run: nh os build --hostname Khanda