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

12 lines
421 B
YAML
Raw Normal View History

2024-05-27 13:11:16 -04:00
on: [push]
jobs:
format:
runs-on: nix
steps:
2024-05-27 13:14:32 -04:00
- run: nix --experimental-features 'nix-command flakes' fmt
2024-05-27 13:11:16 -04:00
build:
runs-on: nix
steps:
2024-05-27 13:14:32 -04:00
- 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