2024-05-27 17:11:16 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
2024-05-28 17:50:42 +00:00
|
|
|
# format:
|
|
|
|
# runs-on: nix
|
|
|
|
# steps:
|
|
|
|
# - uses: actions/checkout@v4
|
|
|
|
# - run: nix --experimental-features 'nix-command flakes' fmt
|
2024-05-27 17:11:16 +00:00
|
|
|
build:
|
|
|
|
runs-on: nix
|
|
|
|
steps:
|
2024-05-28 18:07:55 +00:00
|
|
|
- run: nix-env -iA nixpkgs.nodejs_20
|
2024-05-28 18:02:01 +00:00
|
|
|
- uses: actions/checkout@v4
|
2024-05-27 17:14:32 +00:00
|
|
|
- run: nix --experimental-features 'nix-command flakes' flake update
|
|
|
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
|
2024-05-28 17:50:42 +00:00
|
|
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda
|