1
0
Fork 0
nix-configuration/.forgejo/workflows/update.yaml
Aires 4f4db49ab1
Some checks failed
/ build (push) Failing after 0s
Forgejo Actions test #4a
2024-05-28 13:52:04 -04:00

15 lines
491 B
YAML

on: [push]
jobs:
# format:
# runs-on: nix
# steps:
# - uses: actions/checkout@v4
# - run: nix --experimental-features 'nix-command flakes' fmt
build:
runs-on: nix
uses: actions/checkout@v4
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