add sternchen to update process
All checks were successful
Build all NixOS Configurations / nix build (push) Successful in 17m5s

This commit is contained in:
Ingolf Wagner 2024-07-29 14:48:32 +02:00
parent 88c955eb91
commit aaa34c44ac
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -61,6 +61,9 @@ jobs:
- name: nix build chungus
run: nix build .#nixosConfigurations.chungus.config.system.build.toplevel
- name: nix build sternchen
run: nix build .#nixosConfigurations.sternchen.config.system.build.toplevel
- name: commit & push
if: ${{ github.event_name == 'schedule' }}
# only if all nix builds are fine we update our branch