1
0
Fork 0
nix-configuration/.forgejo/workflows/update.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 11: cannot unmarshal !!str `run nix...` into model.Step
2024-05-28 14:03:54 -04:00

16 lines
535 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
steps:
- run nix-env -iA nixos.nodejs_22
- uses: actions/checkout@v4
- 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