mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Updated Workflow
This commit is contained in:
parent
c536168125
commit
393c6ef966
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||
|
||||
- name: "Nix Build"
|
||||
run: nix build --flake .#HyperC --no-link --no-update-lock-file --verbose
|
||||
run: nixos-rebuild build --flake .#HyperC --no-link --no-update-lock-file --verbose
|
||||
build-LoyAdjo:
|
||||
runs-on: nixos
|
||||
name: "Builds HyperC"
|
||||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||
|
||||
- name: "Nix Build"
|
||||
run: nix build --flake .#LoyAdjo --no-link --no-update-lock-file --verbose
|
||||
run: nixos-rebuild build --flake .#LoyAdjo --no-link --no-update-lock-file --verbose
|
||||
build-kb-games-01:
|
||||
runs-on: nixos
|
||||
name: "Builds HyperC"
|
||||
|
|
@ -27,4 +27,4 @@ jobs:
|
|||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||
|
||||
- name: "Nix Build"
|
||||
run: nix build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose
|
||||
run: nixos-rebuild build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose
|
||||
|
|
|
|||
Loading…
Reference in a new issue