2024-05-27 13:11:16 -04:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
2024-05-28 13:50:42 -04:00
|
|
|
# format:
|
|
|
|
# runs-on: nix
|
|
|
|
# steps:
|
|
|
|
# - uses: actions/checkout@v4
|
|
|
|
# - run: nix --experimental-features 'nix-command flakes' fmt
|
2024-05-27 13:11:16 -04:00
|
|
|
build:
|
|
|
|
runs-on: nix
|
|
|
|
steps:
|
2024-05-28 14:00:05 -04:00
|
|
|
- uses: actions/setup-node@v3
|
2024-05-28 14:02:01 -04:00
|
|
|
- uses: actions/checkout@v4
|
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
|
2024-05-28 13:50:42 -04:00
|
|
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda
|