From 0345c756d864d2fb32b96428f995b1ad45b55287 Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Fri, 10 Oct 2025 10:38:33 +0200 Subject: [PATCH] update caddy lock file --- .woodpecker/build-cache.yaml | 5 +++-- .woodpecker/dependency-pr.yaml | 2 +- packages/caddy-desec.nix | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.woodpecker/build-cache.yaml b/.woodpecker/build-cache.yaml index c88a6a49..258098fb 100644 --- a/.woodpecker/build-cache.yaml +++ b/.woodpecker/build-cache.yaml @@ -34,11 +34,12 @@ steps: - nix --version - attic login default $${ATTIC_ENDPOINT} $${ATTIC_PUSH_TOKEN} - attic use $${ATTIC_CACHE} - - attic watch-store $${ATTIC_CACHE} & + # - attic watch-store $${ATTIC_CACHE} & # - nix build .#nixosConfigurations.ds9.config.system.build.toplevel .#nixosConfigurations.picard.config.system.build.toplevel .#nixosConfigurations.theseus.config.system.build.toplevel + # - nix flake archive --json . - attic push xyno $(nix flake archive --json . | jq -r '[.. | .path? | select(. != null)] | unique | .[]') - mkdir /tmp/reports - - nix-fast-build --no-nom --skip-cached --result-file /tmp/reports/junit.xml --result-format junit --attic-cache xyno --flake .#hydraJobs.systems + - nix-fast-build --debug --no-nom --skip-cached --result-file /tmp/reports/junit.xml --result-format junit --attic-cache $${ATTIC_CACHE} --flake .#hydraJobs.systems - name: junit-reports image: ghcr.io/wgroeneveld/woodpecker-ascii-junit:main settings: diff --git a/.woodpecker/dependency-pr.yaml b/.woodpecker/dependency-pr.yaml index 11ea5418..ac6aa1e6 100644 --- a/.woodpecker/dependency-pr.yaml +++ b/.woodpecker/dependency-pr.yaml @@ -1,6 +1,6 @@ when: - event: cron - con: dependency_update + cron: dependency_update steps: - name: nix-flake-update diff --git a/packages/caddy-desec.nix b/packages/caddy-desec.nix index b62750e5..00187177 100644 --- a/packages/caddy-desec.nix +++ b/packages/caddy-desec.nix @@ -34,7 +34,7 @@ caddy.override { cp -r --reflink=auto . $out ''; - outputHash = "sha256-r4+WK8UhGLAuIvdV6uiH2bMh/SjTfY4CzKcpHU0Gu5s="; + outputHash = "sha256-sN3khgPLbBxhRohE+KXPNPFDowHJN5q/5J5uJ6wzLT8="; outputHashMode = "recursive"; };