This commit is contained in:
parent
8922e6c24b
commit
3efe773952
|
@ -1,12 +1,14 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
# format:
|
||||||
runs-on: nix
|
# runs-on: nix
|
||||||
steps:
|
# steps:
|
||||||
- run: nix --experimental-features 'nix-command flakes' fmt
|
# - uses: actions/checkout@v4
|
||||||
|
# - run: nix --experimental-features 'nix-command flakes' fmt
|
||||||
build:
|
build:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
|
uses: https://github.com/actions/checkout@v4
|
||||||
steps:
|
steps:
|
||||||
- run: nix --experimental-features 'nix-command flakes' flake update
|
- 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 .#Haven
|
||||||
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda
|
- run: nixos-rebuild --experimental-features 'nix-command flakes' build --flake .#Khanda
|
||||||
|
|
Loading…
Reference in a new issue