Add workflow for update flake.lock

This commit is contained in:
Charlotte Van Petegem 2023-01-28 13:19:47 +01:00
parent e30a6ae90c
commit 2f2c75c6f5
No known key found for this signature in database
GPG key ID: 019E764B7184435A
3 changed files with 73 additions and 17 deletions

View file

@ -2,22 +2,12 @@ default:
tags:
- nix
stages:
- build
include:
- local: .gitlab-ci/build.yml
rules:
- if: $CI_PIPELINE_SOURCE == "push"
- local: .gitlab-ci/update.yml
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
build-nixos-configurations:
stage: build
parallel:
matrix:
- HOST_TO_BUILD:
- kharbranth
- kholinar
- lasting-integrity
- urithiru
script:
- nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
- cachix --version
- cachix authtoken $CACHIX_AUTH_TOKEN
- nix build -L --no-link .#nixosConfigurations.${HOST_TO_BUILD}.config.system.build.toplevel
- nix eval --json .#nixosConfigurations.${HOST_TO_BUILD}.config.system.build.toplevel | sed 's/"\(.*\)"/\1/' | cachix push chvp