From f0c51a1bfc73f05d02d602403a7fea9f2db55223 Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 22:28:38 +0200 Subject: [PATCH] unverbose, auto store first --- .woodpecker/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index be1e2e02..226630ad 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -11,7 +11,7 @@ steps: volumes: - /nix:/mnt/nix:ro commands: - - nix-shell -v --eval-store local --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --store file:///nix/store --run "npins --verbose update" + - nix-shell --eval-store local --store auto --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --run "npins --verbose update" # - name: Create PR # uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397 # with: