Compare commits

..

1 commit

Author SHA1 Message Date
bb9e7b1139
[feat] ci: add forgejo actions
All checks were successful
/ check (push) Successful in 20s
/ build (vm) (push) Successful in 1s
2024-06-08 22:41:09 +02:00

View file

@ -5,7 +5,6 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix --version
- run: nix flake update systems
- run: nix flake check --keep-going
build:
runs-on: nixos
@ -16,5 +15,4 @@ jobs:
steps:
- uses: https://code.forgejo.org/actions/checkout@v4
- run: nix --version
- run: nix flake update systems
- run: nix build --print-build-logs '.#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel'