1
0
Fork 0
nix-configuration/.forgejo/workflows/update.yaml
Aires ca2094887e
Some checks failed
/ format (push) Failing after 12s
/ build (push) Failing after 13s
Forgejo Actions test #2
2024-05-27 13:14:32 -04:00

12 lines
421 B
YAML

on: [push]
jobs:
format:
runs-on: nix
steps:
- run: nix --experimental-features 'nix-command flakes' fmt
build:
runs-on: nix
steps:
- run: nix --experimental-features 'nix-command flakes' flake update
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda