From c6aae3e6218c6df3003d8710856979fa4fc4dedb Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Mon, 4 Aug 2025 21:41:05 +0200 Subject: [PATCH] multiple stores --- .woodpecker/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/update.yaml b/.woodpecker/update.yaml index 6e6bc662..c515bca5 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 --run "npins --verbose update" + - 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" # - name: Create PR # uses: https://github.com/KiaraGrouwstra/gitea-create-pull-request@f9f80aa5134bc5c03c38f5aaa95053492885b397 # with: