1
0
Fork 0

Forgejo Actions test #2
Some checks failed
/ format (push) Failing after 12s
/ build (push) Failing after 13s

This commit is contained in:
Aires 2024-05-27 13:14:32 -04:00
parent 05ba715c0d
commit ca2094887e

View file

@ -3,10 +3,10 @@ jobs:
format:
runs-on: nix
steps:
- run: nix fmt
- run: nix --experimental-features 'nix-command flakes' fmt
build:
runs-on: nix
steps:
- run: nix flake update
- run: nh os build
- run: nh os build --hostname Khanda
- 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