Forgejo Actions test #2
This commit is contained in:
parent
05ba715c0d
commit
ca2094887e
|
@ -3,10 +3,10 @@ jobs:
|
||||||
format:
|
format:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: nix fmt
|
- run: nix --experimental-features 'nix-command flakes' fmt
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: nix flake update
|
- run: nix --experimental-features 'nix-command flakes' flake update
|
||||||
- run: nh os build
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Haven
|
||||||
- run: nh os build --hostname Khanda
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda
|
Loading…
Reference in a new issue