From 8cd6b5df5db27e63a7c0673a04a9e3f640c9afbd Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 21:41:27 +0200 Subject: [PATCH] less verbose --- .woodpecker/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index c515bca5..06cd3781 100644 --- a/.woodpecker/update.yaml +++ b/.woodpecker/update.yaml @@ -13,7 +13,7 @@ steps: commands: - pwd - ls - - nix-shell -vvvv --eval-store local --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --store file:///nix/store --run "npins --verbose update" + - nix-shell -vvv --eval-store local --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt --store file:///nix/store --run "npins --verbose update" # - name: Create PR # uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397 # with: